forked from Shinonome/dots-hyprland
sidebar: quick toggles: larger icon size when 1 cell wide
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ GroupButton {
|
|||||||
MaterialSymbol {
|
MaterialSymbol {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
fill: root.toggled ? 1 : 0
|
fill: root.toggled ? 1 : 0
|
||||||
iconSize: Appearance.font.pixelSize.huge
|
iconSize: root.expandedSize ? 22 : 24
|
||||||
color: root.colIcon
|
color: root.colIcon
|
||||||
text: root.buttonIcon
|
text: root.buttonIcon
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user