sidebar: quick toggles: make long buttons less round

This commit is contained in:
end-4 2025-05-26 12:25:04 +02:00
parent 58f23d3b47
commit a582cc57ac

View file

@ -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 {