forked from Shinonome/dots-hyprland
sidebar: quick toggles: make right clickable ones bigger
This commit is contained in:
@@ -9,10 +9,9 @@ import Quickshell.Io
|
|||||||
GroupButton {
|
GroupButton {
|
||||||
id: button
|
id: button
|
||||||
property string buttonIcon
|
property string buttonIcon
|
||||||
baseWidth: 40
|
baseWidth: altAction ? 60 : 40
|
||||||
baseHeight: 40
|
baseHeight: 40
|
||||||
clickedWidth: 60
|
clickedWidth: baseWidth + 20
|
||||||
clickedHeight: 40
|
|
||||||
toggled: false
|
toggled: false
|
||||||
buttonRadius: Math.min(baseHeight, baseWidth) / 2
|
buttonRadius: Math.min(baseHeight, baseWidth) / 2
|
||||||
buttonRadiusPressed: Appearance?.rounding?.small
|
buttonRadiusPressed: Appearance?.rounding?.small
|
||||||
|
|||||||
Reference in New Issue
Block a user