Changing window size so it doesn't flicker on resize for target devices
authorBrian Jones <brian.j.jones@intel.com>
Wed, 2 May 2012 20:23:03 +0000 (13:23 -0700)
committerBrian Jones <brian.j.jones@intel.com>
Wed, 2 May 2012 20:23:03 +0000 (13:23 -0700)
qml/main.qml

index 694dd09..ca3eb94 100644 (file)
@@ -15,7 +15,7 @@ Item
 {
     id: main
 
-    width: 1024; height: 600
+    width: 800; height: 480
 
     Dialer { id: adapter }