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

@ -12,7 +12,7 @@ TextInput {
transformOrigin: Item.Center
visible: true
opacity: 0
font.pixelSize: 12
font.fontSize: 0.768 * 12
focus: true
validator: RegExpValidator { regExp: /..*/ } /* non-empty strings; barcode readers send empty lines, ignore these */
}