diff options
Diffstat (limited to 'app/Tacho.qml')
-rw-r--r-- | app/Tacho.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Tacho.qml b/app/Tacho.qml index 9c4fbee..853b12b 100644 --- a/app/Tacho.qml +++ b/app/Tacho.qml @@ -50,7 +50,7 @@ Item { Shift { percent: imgwidth/480 anchors.right: parent.right - anchors.rightMargin: wshift > 0 ? (imgwidth-width)/2+25 : (imgwidth-width)/2-5 + anchors.rightMargin: (wshift == "N" || wshift == "P" ||wshift == "R" )? (imgwidth-width)/2+25 : (imgwidth-width)/2-5 anchors.bottom: parent.bottom anchors.bottomMargin: 100 spacing: -10 |