diff --git a/com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml b/com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml index 74b46e6..911843e 100644 --- a/com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml +++ b/com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml @@ -209,8 +209,8 @@ PlasmaCore.Dialog { Layout.minimumWidth: width Layout.maximumWidth: width - Layout.minimumHeight: height - Layout.maximumHeight: height + Layout.minimumHeight: view.height + searchField.height + footer.height + Kirigami.Units.gridUnit * 3 + Layout.maximumHeight: view.height + searchField.height + footer.height + Kirigami.Units.gridUnit * 3 focus: true onFocusChanged: searchField.focus = true