forked from Shinonome/dots-hyprland
waffles: context menus for app buttons
This commit is contained in:
@@ -95,6 +95,5 @@ Menu {
|
||||
|
||||
delegate: WMenuItem {
|
||||
id: menuItemDelegate
|
||||
width: ListView.view?.width
|
||||
}
|
||||
}
|
||||
|
||||
@@ -55,6 +55,9 @@ MenuItem {
|
||||
rightInset: inset
|
||||
horizontalPadding: 11
|
||||
|
||||
width: ListView.view?.width
|
||||
height: visible ? implicitHeight : 0
|
||||
|
||||
background: Rectangle {
|
||||
id: backgroundRect
|
||||
radius: Looks.radius.medium
|
||||
|
||||
Reference in New Issue
Block a user