mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 12:52:09 +00:00
sidebar: quick toggles: make long buttons less round
This commit is contained in:
parent
58f23d3b47
commit
a582cc57ac
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ GroupButton {
|
|||
baseHeight: 40
|
||||
clickedWidth: baseWidth + 20
|
||||
toggled: false
|
||||
buttonRadius: Math.min(baseHeight, baseWidth) / 2
|
||||
buttonRadius: (altAction && toggled) ? Appearance?.rounding.normal : Math.min(baseHeight, baseWidth) / 2
|
||||
buttonRadiusPressed: Appearance?.rounding?.small
|
||||
|
||||
contentItem: MaterialSymbol {
|
||||
|
|
|
|||
Loading…
Reference in a new issue