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

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