Index: sources/gui/qml/components/ScreenItem.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -rc67cfed33e2ecc3592f6e2137c12af275cecd769 --- sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision c67cfed33e2ecc3592f6e2137c12af275cecd769) @@ -28,7 +28,7 @@ visible: false width : Variables.applicationWidth - height : Variables.applicationHeight + height : Variables.applicationHeight - 100 // Temporary fix for the headerbar offsetting other UI components Rectangle { id: _backgroundRect anchors.fill: parent Index: sources/gui/qml/components/StackItem.qml =================================================================== diff -u -rbf5b9b7cb86aaf3c4ec85e4ef0b92cba0e836634 -rc67cfed33e2ecc3592f6e2137c12af275cecd769 --- sources/gui/qml/components/StackItem.qml (.../StackItem.qml) (revision bf5b9b7cb86aaf3c4ec85e4ef0b92cba0e836634) +++ sources/gui/qml/components/StackItem.qml (.../StackItem.qml) (revision c67cfed33e2ecc3592f6e2137c12af275cecd769) @@ -29,9 +29,6 @@ visible: false - width : Variables.applicationWidth - height: Variables.applicationHeight - 100 // fix later - /*! * \brief prints out the list of the items in the stack by their index position in the stack. */ Index: sources/gui/qml/pages/settings/SettingsBase.qml =================================================================== diff -u -rbf5b9b7cb86aaf3c4ec85e4ef0b92cba0e836634 -rc67cfed33e2ecc3592f6e2137c12af275cecd769 --- sources/gui/qml/pages/settings/SettingsBase.qml (.../SettingsBase.qml) (revision bf5b9b7cb86aaf3c4ec85e4ef0b92cba0e836634) +++ sources/gui/qml/pages/settings/SettingsBase.qml (.../SettingsBase.qml) (revision c67cfed33e2ecc3592f6e2137c12af275cecd769) @@ -65,8 +65,8 @@ visible: true enabled: true anchors { - top : _root.top - left : _root.left + top : _root.top + left : _root.left } onClicked: { _root.backClicked()