From ec96cfc6edfbadd3926374579319af2641aa856f Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 20 Oct 2019 11:02:51 -0400 Subject: Updates to handle larger remote display 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 Change-Id: I4d39c94ac198217ef1200afef2b0c0e1f5a50bfd --- app/cluster-gauges.qml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/app/cluster-gauges.qml b/app/cluster-gauges.qml index a48d71c..76f5027 100644 --- a/app/cluster-gauges.qml +++ b/app/cluster-gauges.qml @@ -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 } -- cgit 1.2.3-korg