sidebar: quick toggles: larger icon size when 1 cell wide

This commit is contained in:
end-4
2025-10-20 23:12:58 +02:00
parent d5b1e9f40c
commit fe3e5de518
@@ -80,7 +80,7 @@ GroupButton {
MaterialSymbol {
anchors.centerIn: parent
fill: root.toggled ? 1 : 0
iconSize: Appearance.font.pixelSize.huge
iconSize: root.expandedSize ? 22 : 24
color: root.colIcon
text: root.buttonIcon
}