summaryrefslogtreecommitdiff
path: root/components/Label.qml
blob: e20d1e13ebd8730d784ec777028cbe318a5cf92d (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Text {
    id: label
    font.pixelSize: 11
    color: pal.text
    SystemPalette {id:pal}
}