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

@ -19,7 +19,7 @@ Item {
anchors.bottomMargin: 0
anchors.top: parent.top
anchors.topMargin: 0
font.pixelSize: 60
font.fontSize: 0.768 * 60
}
Text {
@ -33,6 +33,6 @@ Item {
anchors.topMargin: 0
anchors.right: parent.right
anchors.rightMargin: 0
transformOrigin: Item.Center; smooth: true; font.bold: false; wrapMode: Text.NoWrap; font.pixelSize: 60;horizontalAlignment: Text.AlignHCenter
transformOrigin: Item.Center; smooth: true; font.bold: false; wrapMode: Text.NoWrap; font.fontSize: 0.768 * 60;horizontalAlignment: Text.AlignHCenter
}
}