summaryrefslogtreecommitdiff
path: root/widgets/MaterialIcon.qml
blob: c86e5cef1d0e2e3976726e0970c5c40f55f8f6a0 (plain)
1
2
3
4
5
6
7
8
9
10
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)
        })
}