[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
wilder-5.22
Jan Blackquill 5 years ago
parent f300d9b424
commit da76df2937
  1. 1
      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 {

Loading…
Cancel
Save