mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 08:49:27 -05:00
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