forked from brmlab/brmbar-github
Fix stupid sed typo
This commit is contained in:
parent
bab3dd376a
commit
20c6b062df
12 changed files with 39 additions and 39 deletions
|
@ -12,7 +12,7 @@ TextInput {
|
|||
transformOrigin: Item.Center
|
||||
visible: true
|
||||
opacity: 0
|
||||
font.fontSize: 0.768 * 12
|
||||
font.pixelSize: 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