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