fix icon size
This commit is contained in:
parent
9ffcfa08cb
commit
52a52b7aa2
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user