hefty: bar: make left sidebar button circular (when alone)

This commit is contained in:
end-4
2026-03-20 23:36:26 +01:00
parent 216a44274e
commit aefc88755a
@@ -40,7 +40,9 @@ HBarWidgetWithPopout {
vertical: root.vertical vertical: root.vertical
atBottom: root.atBottom atBottom: root.atBottom
contentImplicitWidth: 14 contentImplicitWidth: 14
contentImplicitHeight: 18 contentImplicitHeight: 14
implicitWidth: 24
implicitHeight: 30 // note that vertical bar is more thicc than horizz
showPopup: false showPopup: false
onClicked: GlobalStates.sidebarLeftOpen = !GlobalStates.sidebarLeftOpen; onClicked: GlobalStates.sidebarLeftOpen = !GlobalStates.sidebarLeftOpen;