mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 21:33:59 +02:00
brmbarv3: Resize all texts by a horrible hack
This commit is contained in:
parent
0b43a93c0d
commit
bab3dd376a
16 changed files with 58 additions and 58 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue