fix icon size

This commit is contained in:
lucy 2026-02-01 18:10:01 +01:00
parent 9ffcfa08cb
commit 52a52b7aa2

View File

@ -7,7 +7,7 @@ Text {
property bool fill: true property bool fill: true
font.family: fill ? "Material Symbols Rounded Filled" : "Material Symbols Rounded" font.family: fill ? "Material Symbols Rounded Filled" : "Material Symbols Rounded"
color: Colors.onSurfaceColor color: Colors.onSurfaceColor
font.pixelSize: 14 font.pixelSize: Settings.config.fontSize + 2
font.variableAxes: ({ font.variableAxes: ({
GRAD: 100, GRAD: 100,
opsz: fill ? 48 : 20, opsz: fill ? 48 : 20,