Skip to content

Commit

Permalink
[ApplicationWindow] Add cliping into main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Oct 22, 2023
1 parent b35a883 commit 07e6f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controls/qml/ApplicationWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ NemoWindow {
Loader{
id: mainMenuArea
height: parent.height
clip: true
width: if(sourceComponent === null) {
return 0
} else if (applicationWindow.isUiPortrait) {
Expand Down

0 comments on commit 07e6f7f

Please sign in to comment.