diff --git a/src/controls/qml/ApplicationWindow.qml b/src/controls/qml/ApplicationWindow.qml index 326f003..b423b85 100644 --- a/src/controls/qml/ApplicationWindow.qml +++ b/src/controls/qml/ApplicationWindow.qml @@ -195,6 +195,7 @@ NemoWindow { Loader{ id: mainMenuArea height: parent.height + clip: true width: if(sourceComponent === null) { return 0 } else if (applicationWindow.isUiPortrait) {