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

@ -21,7 +21,7 @@ Item {
text: "Profit:"
wrapMode: Text.WordWrap
verticalAlignment: Text.AlignVCenter
font.pixelSize: 46
font.fontSize: 0.768 * 46
}
Text {
@ -34,7 +34,7 @@ Item {
text: parent.profit
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignRight
font.pixelSize: 46
font.fontSize: 0.768 * 46
}
Text {
@ -47,7 +47,7 @@ Item {
text: "Cash:"
wrapMode: Text.WordWrap
verticalAlignment: Text.AlignVCenter
font.pixelSize: 46
font.fontSize: 0.768 * 46
}
Text {
@ -60,7 +60,7 @@ Item {
text: parent.cash
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignRight
font.pixelSize: 46
font.fontSize: 0.768 * 46
}
Text {
@ -73,7 +73,7 @@ Item {
text: "Credit:"
wrapMode: Text.WordWrap
verticalAlignment: Text.AlignVCenter
font.pixelSize: 46
font.fontSize: 0.768 * 46
}
Text {
@ -86,7 +86,7 @@ Item {
text: parent.credit_money
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignRight
font.pixelSize: 46
font.fontSize: 0.768 * 46
}
Text {
@ -99,7 +99,7 @@ Item {
text: "Stock:"
wrapMode: Text.WordWrap
verticalAlignment: Text.AlignVCenter
font.pixelSize: 46
font.fontSize: 0.768 * 46
}
Text {
@ -112,7 +112,7 @@ Item {
text: parent.inv_money
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignRight
font.pixelSize: 46
font.fontSize: 0.768 * 46
}
BarButton {