Index: sources/gui/qml/pages/settings/SettingsROInput.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f --- sources/gui/qml/pages/settings/SettingsROInput.qml (.../SettingsROInput.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/pages/settings/SettingsROInput.qml (.../SettingsROInput.qml) (revision 934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f) @@ -30,21 +30,22 @@ confirmVisible : false - Row { id: _settingsRoInputRow - anchors.centerIn: parent + contentItem: Item { id: _settingsRoInputItem Text { id : _settingsRoInputLabel text : qsTr("Pure Water Mode") width : 300 height : _settingsRoInputSwitch.height color : Colors.white - font.pixelSize: Fonts.fontPixelButton + font.pixelSize : Fonts.fontPixelButton verticalAlignment : Text.AlignVCenter horizontalAlignment : Text.AlignLeft + anchors.horizontalCenter: parent.horizontalCenter } Switch { id: _settingsRoInputSwitch property bool active: true + anchors.left : _settingsRoInputLabel.right checked : vDuetRoWaterDG.status