forked from Shinonome/dots-hyprland
sidebar: quick toggles: make long buttons less round
This commit is contained in:
@@ -13,7 +13,7 @@ GroupButton {
|
|||||||
baseHeight: 40
|
baseHeight: 40
|
||||||
clickedWidth: baseWidth + 20
|
clickedWidth: baseWidth + 20
|
||||||
toggled: false
|
toggled: false
|
||||||
buttonRadius: Math.min(baseHeight, baseWidth) / 2
|
buttonRadius: (altAction && toggled) ? Appearance?.rounding.normal : Math.min(baseHeight, baseWidth) / 2
|
||||||
buttonRadiusPressed: Appearance?.rounding?.small
|
buttonRadiusPressed: Appearance?.rounding?.small
|
||||||
|
|
||||||
contentItem: MaterialSymbol {
|
contentItem: MaterialSymbol {
|
||||||
|
|||||||
Reference in New Issue
Block a user