diff --git a/src/ui/toolbar/MainToolBarIndicators.qml b/src/ui/toolbar/MainToolBarIndicators.qml index ed35385df4fc8bc453d658b3b57a4b7aa4a5e504..a0157fe2137b24cf58fddff0e96a7884af50f777 100644 --- a/src/ui/toolbar/MainToolBarIndicators.qml +++ b/src/ui/toolbar/MainToolBarIndicators.qml @@ -98,7 +98,8 @@ Item { anchors.right: parent.right anchors.top: parent.top anchors.bottom: parent.bottom - visible: activeVehicle && !communicationLost + anchors.margins: ScreenTools.defaultFontPixelHeight * 0.66 + visible: activeVehicle && !communicationLost && x > (indicatorRow.x + indicatorRow.width + ScreenTools.defaultFontPixelWidth) fillMode: Image.PreserveAspectFit source: _outdoorPalette ? _brandImageOutdoor : _brandImageIndoor mipmap: true