1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 18:33:16 +02:00
Files
tomahawk/data/qml/tomahawkimports/HeaderLabel.qml
Michael Zanetti 73b5e977c8 rework StationCreator page2
make use of artistchartsmodel
2012-12-02 21:11:57 +01:00

8 lines
108 B
QML

import QtQuick 1.1
Text {
color: "white"
font.pointSize: defaultFontSize + 5
font.bold: true
}