1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 19:14:06 +02:00
Files
tomahawk/data/qml/tomahawkimports/HeaderLabel.qml
Christian Muehlhaeuser 17eeae9a8f * Imported QML resources.
2013-07-18 15:39:38 +02:00

8 lines
108 B
QML

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