mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +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
|
@ -25,7 +25,7 @@ Grid {
|
|||
property bool special: key == "^" || key == "<"
|
||||
|
||||
text: key == "^" ? "shift" : key == "<" ? "bksp" : key
|
||||
fontSize: special ? 27 : 60
|
||||
fontSize: 0.768 * (special ? 27 : 60)
|
||||
|
||||
onButtonClick: {
|
||||
if (key == "^")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue