sidebar: quick toggles: make right clickable ones bigger

This commit is contained in:
end-4 2025-05-26 12:23:42 +02:00
parent bca1a77ae3
commit 58f23d3b47

View file

@ -9,10 +9,9 @@ import Quickshell.Io
GroupButton {
id: button
property string buttonIcon
baseWidth: 40
baseWidth: altAction ? 60 : 40
baseHeight: 40
clickedWidth: 60
clickedHeight: 40
clickedWidth: baseWidth + 20
toggled: false
buttonRadius: Math.min(baseHeight, baseWidth) / 2
buttonRadiusPressed: Appearance?.rounding?.small