Index: sources/gui/qml/components/ScreenItem.qml =================================================================== diff -u -r25c40729f182b567f22e01a4c6f3eda7ccaac04d -rf0c8b8720a2e314268445a4a20fe701292026f6f --- sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision 25c40729f182b567f22e01a4c6f3eda7ccaac04d) +++ sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision f0c8b8720a2e314268445a4a20fe701292026f6f) @@ -28,7 +28,7 @@ visible: false width : Variables.applicationWidth - height : Variables.applicationHeight - 100 // FIXME: Temporary fix for the headerbar offsetting other UI components + height : Variables.applicationHeight Rectangle { id: _backgroundRect anchors.fill: parent