Updates to handle larger remote display 20/22720/1 8.99.1 8.99.2 icefish/8.99.1 icefish/8.99.2 icefish_8.99.1 icefish_8.99.2
authorScott Murray <scott.murray@konsulko.com>
Sun, 20 Oct 2019 15:02:51 +0000 (11:02 -0400)
committerScott Murray <scott.murray@konsulko.com>
Sun, 20 Oct 2019 15:05:49 +0000 (11:05 -0400)
Tweak the locations and sizes of various widgets to handle larger 640x720 remote
display area used by tbtnavi on IVI board.

Bug-AGL: 2915

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I4d39c94ac198217ef1200afef2b0c0e1f5a50bfd

app/cluster-gauges.qml

index a48d71c..76f5027 100644 (file)
@@ -80,7 +80,7 @@ ApplicationWindow {
     Rectangle {
         id: statusFrame
         x: (parent.width - width) / 2
-        y: 80
+        y: 40
         width: 1152
         height: 96
         radius: height / 5
@@ -340,8 +340,8 @@ ApplicationWindow {
     }
 
     Item {
-        x: 36
-        y: 240
+        x: 18
+        y: 260
         width: 600
         height: width
 
@@ -360,8 +360,8 @@ ApplicationWindow {
     }
 
     Item {
-        x: 1284
-        y: 240
+        x: 1302
+        y: 260
         width: 600
         height: width
 
@@ -427,10 +427,10 @@ ApplicationWindow {
 
     Rectangle {
         id: frame
-        x: 672
-        y: 264
-        width: 576
-        height: 552
+        x: 640
+        y: 180
+        width: 640
+        height: 720
 
         color: "black"
         border.width: 4
@@ -447,9 +447,8 @@ ApplicationWindow {
 
     Image {
         source: './images/agl_title_793x211.png'
-        //x: 772
         x: (parent.width - width) / 2
-        y: 898
+        y: 940
         width: 376
         height: 100
     }