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

@ -20,7 +20,7 @@ Item {
text: parent.name
wrapMode: Text.WordWrap
verticalAlignment: Text.AlignVCenter
font.pixelSize: 60
font.fontSize: 0.768 * 60
}
Text {
@ -33,7 +33,7 @@ Item {
text: parent.price
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
font.pixelSize: 122
font.fontSize: 0.768 * 122
}
BarTextHint {
@ -68,7 +68,7 @@ Item {
y: 582
width: 360
text: "Pay by cash"
fontSize: 60
fontSize: 0.768 * 60
onButtonClick: {
shop.sellItemCash(dbid)
status_text.setStatus("Sold! Put " + price + " Kč in the money box.", "#ffff7c")