mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
hefty: bar: tray: adjust spacing & allow rmb to open unpinneds
This commit is contained in:
@@ -34,7 +34,7 @@ HBarWidgetWithPopout {
|
||||
contentImplicitHeight: trayContent.implicitHeight
|
||||
|
||||
hoverEnabled: false
|
||||
parentRadiusToPaddingRatio: 0.9
|
||||
parentRadiusToPaddingRatio: 0.45
|
||||
|
||||
hover: trayContent.moreHovered
|
||||
press: trayContent.morePressed
|
||||
@@ -68,6 +68,7 @@ HBarWidgetWithPopout {
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
hoverEnabled: true
|
||||
acceptedButtons: Qt.AllButtons
|
||||
|
||||
implicitWidth: 20 - parent.spacing
|
||||
implicitHeight: 20 - parent.spacing
|
||||
|
||||
Reference in New Issue
Block a user