forked from Shinonome/dots-hyprland
hefty: bar: tray: adjust spacing & allow rmb to open unpinneds
This commit is contained in:
@@ -34,7 +34,7 @@ HBarWidgetWithPopout {
|
|||||||
contentImplicitHeight: trayContent.implicitHeight
|
contentImplicitHeight: trayContent.implicitHeight
|
||||||
|
|
||||||
hoverEnabled: false
|
hoverEnabled: false
|
||||||
parentRadiusToPaddingRatio: 0.9
|
parentRadiusToPaddingRatio: 0.45
|
||||||
|
|
||||||
hover: trayContent.moreHovered
|
hover: trayContent.moreHovered
|
||||||
press: trayContent.morePressed
|
press: trayContent.morePressed
|
||||||
@@ -68,6 +68,7 @@ HBarWidgetWithPopout {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
|
acceptedButtons: Qt.AllButtons
|
||||||
|
|
||||||
implicitWidth: 20 - parent.spacing
|
implicitWidth: 20 - parent.spacing
|
||||||
implicitHeight: 20 - parent.spacing
|
implicitHeight: 20 - parent.spacing
|
||||||
|
|||||||
Reference in New Issue
Block a user