Index: sources/gui/qml/pages/settings/SettingsHome.qml =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -r934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f --- sources/gui/qml/pages/settings/SettingsHome.qml (.../SettingsHome.qml) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ sources/gui/qml/pages/settings/SettingsHome.qml (.../SettingsHome.qml) (revision 934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f) @@ -37,8 +37,9 @@ signal itemClicked(int vIndex) - TouchGrid { id: _settingItems - anchors.centerIn: _root + contentArea.anchors.topMargin: Variables.defaultMargin * 4 * -1 + + contentItem: TouchGrid { id: _settingItems onItemClicked : _root.itemClicked(vIndex) rowCount : _root.rowCount colCount : _root.colCount @@ -52,7 +53,7 @@ // So it overrides the parent logic. onVisibleChanged: { if (visible) { - _mainMenu.hidden = serviceMode + _mainMenu.hidden = false } } }