brmbarv3: Resize all texts by a horrible hack

This commit is contained in:
Petr Baudis 2012-10-16 23:32:50 +02:00
parent 0b43a93c0d
commit bab3dd376a
16 changed files with 58 additions and 58 deletions

View file

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