summaryrefslogtreecommitdiff
path: root/widgets/MaterialIcon.qml
blob: 0115abf4f3de46c8c5566ac71ca4a04656c40426 (plain)
1
2
3
4
5
6
7
import "root:/config"
import QtQuick

Text {
    font.family: Appearance.font.family.material
    font.pointSize: Appearance.font.size.larger
}