summaryrefslogtreecommitdiff
path: root/sysui/Cluster/RightDial.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/Cluster/RightDial.qml')
-rw-r--r--sysui/Cluster/RightDial.qml9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysui/Cluster/RightDial.qml b/sysui/Cluster/RightDial.qml
index bd89b37..8d5cd54 100644
--- a/sysui/Cluster/RightDial.qml
+++ b/sysui/Cluster/RightDial.qml
@@ -156,12 +156,15 @@ Item {
Image {
id: fuelSymbol
+ width: 70
+ height: 70
anchors.top: parent.top
- anchors.topMargin: 60
+ anchors.topMargin: 55
anchors.horizontalCenter: parent.horizontalCenter
- anchors.horizontalCenterOffset: 5
+ anchors.horizontalCenterOffset: 0
source: VehicleModel.rightDialIcon
- scale: VehicleModel.rightIconScale
+ fillMode: Image.PreserveAspectFit
+
}
Item {