From ccf478c5aa36902ec2ed1d81d266ed4a89c3d612 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sun, 13 Jul 2025 21:31:00 +0500 Subject: [PATCH] Update --- com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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