mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-02 18:33:16 +02:00
8 lines
108 B
QML
8 lines
108 B
QML
import QtQuick 1.1
|
|
|
|
Text {
|
|
color: "white"
|
|
font.pointSize: defaultFontSize + 5
|
|
font.bold: true
|
|
}
|