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

@ -9,7 +9,7 @@ Rectangle {
border.color: btnColor
property string text: "Button"
property int fontSize: 60
property int fontSize: 0.768 * 60
property variant btnColor: "#ffffff"
signal buttonClick