Index: sources/gui/qml/components/ScreenItem.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -rbe108a252d4856cc6597a70aa47206c47cbc33a2 --- sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision be108a252d4856cc6597a70aa47206c47cbc33a2) @@ -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