From da76df2937a67a51b96eaa1a0a56fda668ddb003 Mon Sep 17 00:00:00 2001 From: Jan Blackquill Date: Fri, 1 Jan 2021 22:32:02 -0500 Subject: [PATCH] [applets/appmenu]: Fill area. This fixes a usability regression where the interaction region of the menu became too small after panel padding changes. BUG: 404267 --- applets/appmenu/package/contents/ui/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/applets/appmenu/package/contents/ui/main.qml b/applets/appmenu/package/contents/ui/main.qml index a8d276347..5658b55de 100644 --- a/applets/appmenu/package/contents/ui/main.qml +++ b/applets/appmenu/package/contents/ui/main.qml @@ -39,6 +39,7 @@ Item { plasmoid.nativeInterface.view = view } + Plasmoid.constraintHints: PlasmaCore.Types.CanFillArea Plasmoid.preferredRepresentation: (plasmoid.configuration.compactView) ? Plasmoid.compactRepresentation : Plasmoid.fullRepresentation Plasmoid.compactRepresentation: PlasmaComponents3.ToolButton {