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

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