Fix stupid sed typo

This commit is contained in:
Petr Baudis 2012-10-16 23:34:29 +02:00
parent bab3dd376a
commit 20c6b062df
12 changed files with 39 additions and 39 deletions

View file

@ -20,7 +20,7 @@ Item {
text: parent.name
wrapMode: Text.WordWrap
verticalAlignment: Text.AlignVCenter
font.fontSize: 0.768 * 60
font.pixelSize: 0.768 * 60
}
Text {
@ -33,7 +33,7 @@ Item {
text: parent.price
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
font.fontSize: 0.768 * 122
font.pixelSize: 0.768 * 122
}
BarTextHint {