Index: sources/gui/qml/components/ScreenItem.qml =================================================================== diff -u -rf0c8b8720a2e314268445a4a20fe701292026f6f -r3ef1a4ff361ba1774ad1a6f6170dbb174cadbdd5 --- sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision f0c8b8720a2e314268445a4a20fe701292026f6f) +++ sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision 3ef1a4ff361ba1774ad1a6f6170dbb174cadbdd5) @@ -28,7 +28,7 @@ visible: false width : Variables.applicationWidth - height : Variables.applicationHeight + height : Variables.screenContentHeight Rectangle { id: _backgroundRect anchors.fill: parent