diff --git a/shell/plugins/menu/Menu.qml b/shell/plugins/menu/Menu.qml index aa984eb8..044d4bbc 100644 --- a/shell/plugins/menu/Menu.qml +++ b/shell/plugins/menu/Menu.qml @@ -158,7 +158,7 @@ Item { // a longer submenu scrolls behind the fold instead of growing the card. if (panel.maxRowsHeight >= 0) available = Math.min(available, panel.maxRowsHeight) // A card that swallows the whole screen reads as a page, not a menu. - return Math.min(available, Math.round(panel.height * 0.6)) + return Math.min(available, Math.round(panel.height * 0.7)) } // When every row fits, the list gets its full height. When they don't,