brmbarv3: Convert font sizes from points to pixels to be DPI-independent

This commit is contained in:
Petr Baudis 2012-10-16 17:45:21 +02:00
parent 4d72dff187
commit e55f5cfa5e
15 changed files with 59 additions and 59 deletions

View file

@ -12,7 +12,7 @@ Rectangle {
y: 35
color: "#71cccc"
text: "brmbar v3"
font.pointSize: 36
font.pixelSize: 49
}
BarClock {
id: clock
@ -20,7 +20,7 @@ Rectangle {
y: 35
color: "#000000"
textColor: "#71cccc"
textSize: 36
textSize: 49
}
Image {
@ -43,7 +43,7 @@ Rectangle {
text: ""
horizontalAlignment: Text.AlignHCenter
//anchors.horizontalCenter: clock.horizontalCenter
font.pointSize: 36
font.pixelSize: 49
state: "HIDDEN"
opacity: 0