~euchre-team/euchre/trunk

« back to all changes in this revision

Viewing changes to main.qml

  • Committer: Robert Ancell
  • Date: 2014-10-14 20:40:32 UTC
  • Revision ID: robert.ancell@canonical.com-20141014204032-ag4zegpv66s5gzdt
Set default size to nexus 4 size

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
MainView {
15
15
    applicationName: "com.ubuntu.developer.robert-ancell.euchre"
16
16
    automaticOrientation: true
17
 
    width: units.gu(100)
18
 
    height: units.gu(75)
 
17
 
 
18
    width: units.gu (40)
 
19
    height: units.gu (71)
19
20
 
20
21
    Page {
21
22
        anchors.fill: parent