Index: sources/gui/qml/pages/settings/SettingsHome.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 --- sources/gui/qml/pages/settings/SettingsHome.qml (.../SettingsHome.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/pages/settings/SettingsHome.qml (.../SettingsHome.qml) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) @@ -45,25 +45,6 @@ itemWidth : 325 } - // Test Codes - Row { - spacing : Variables.minVGap2 - anchors { - top : parent.top - left: parent.left - topMargin : 35 - leftMargin : 35 - } - TouchRect { id : _clearAlarmCondition - visible : false // TODO : phase 1 doesn't have this feature (disinfection schedule) - objectName: "_clearAlarmCondition" - width : 300 - height : Variables.logoDiameter - text.text: qsTr("Clear Alarm Condition") - onClicked: _alarmItem.clearAlarm() - } - } - // The Main menu need to hide in case we have any alarm, if not the menu is covered by keyboard but the alram does not. // So what happens is alarm shows up on keyboard but a little higher (main menu height) and it makes the UI not nice. // In the Sub Settings Screens we hide the main menu since those have back button,