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

@ -7,7 +7,7 @@ Rectangle {
height: 65
property variant now: new Date()
property variant textColor: "#000000"
property variant textSize: 16
property variant textSize: 0.768 * 16
Timer {
id: clockUpdater
interval: 1000 // update clock every second