diff --git a/src/VehicleSetup/SetupView.qml b/src/VehicleSetup/SetupView.qml index a6bef3b741542be78be29fbbcbb2c3a0b8a82835..a9678a58885b642cee62943dec8a79c7dc65f424 100644 --- a/src/VehicleSetup/SetupView.qml +++ b/src/VehicleSetup/SetupView.qml @@ -45,8 +45,8 @@ Rectangle { readonly property real _defaultTextHeight: ScreenTools.defaultFontPixelHeight readonly property real _defaultTextWidth: ScreenTools.defaultFontPixelWidth - readonly property real _margin: _defaultTextHeight / 2 - readonly property real _buttonWidth: _defaultTextWidth * 18 + readonly property real _margin: Math.round(_defaultTextHeight / 2) + readonly property real _buttonWidth: Math.round(_defaultTextWidth * 18) readonly property string _armedVehicleText: "This operation cannot be performed while vehicle is armed." property string _messagePanelText: "missing message panel text"