remove ability to have filled icons
This commit is contained in:
parent
1eeff4798e
commit
3fc97552b2
@ -4,13 +4,7 @@ import qs
|
|||||||
|
|
||||||
Text {
|
Text {
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
property bool fill: true
|
font.family: "Material Symbols Rounded"
|
||||||
font.family: fill ? "Material Symbols Rounded Filled" : "Material Symbols Rounded"
|
|
||||||
color: Colors.onSurfaceColor
|
color: Colors.onSurfaceColor
|
||||||
font.pixelSize: Settings.config.fontSize + 2
|
font.pixelSize: Settings.config.fontSize + 2
|
||||||
font.variableAxes: ({
|
|
||||||
GRAD: 100,
|
|
||||||
opsz: fill ? 48 : 20,
|
|
||||||
wght: 700
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user