mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
sidebar: quick toggles: make right clickable ones bigger
This commit is contained in:
parent
bca1a77ae3
commit
58f23d3b47
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue