mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 19:14:06 +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
|
|
}
|