This commit is contained in:
pika 2025-06-10 15:34:15 +02:00
parent 32edcff102
commit 0296117901
110 changed files with 9713 additions and 5 deletions

11
widgets/MaterialIcon.qml Normal file
View file

@ -0,0 +1,11 @@
import "root:/config"
StyledText {
property real fill
font.family: Appearance.font.family.material
font.pointSize: Appearance.font.size.larger
font.variableAxes: ({
FILL: fill.toFixed(1)
})
}