Index: sources/gui/qml/pages/settings/SettingsROInput.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -r5b9ff6266f7ca8ae9bbd5eace92d6454359791db --- sources/gui/qml/pages/settings/SettingsROInput.qml (.../SettingsROInput.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/pages/settings/SettingsROInput.qml (.../SettingsROInput.qml) (revision 5b9ff6266f7ca8ae9bbd5eace92d6454359791db) @@ -48,11 +48,11 @@ checked : vDuetRoWaterDG.status - width : 85 - height : 85 + width : Variables.switchWidth + height : Variables.switchHeight indicator: Rectangle { - implicitWidth : Variables.sliderCircleDiameter * 1.7 + implicitWidth : Variables.sliderCircleDiameter * 2 implicitHeight : Variables.sliderCircleDiameter - ( Variables.progressbarHandlerBorderWidth * 2 ) radius : implicitHeight anchors.centerIn: parent @@ -75,7 +75,7 @@ contentItem: Text { width : parent.width - height : parent.height + height : parent.height + Variables.sliderTextMargin text : _settingsRoInputSwitch.checked ? qsTr("ON") : qsTr("OFF") font.pixelSize: Fonts.fontPixelButton color : _settingsRoInputSwitch.active ? Colors.textMain : Colors.textDisableButton