mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-09 05:44:06 +02:00
brmbarv3: Convert font sizes from points to pixels to be DPI-independent
This commit is contained in:
parent
4d72dff187
commit
e55f5cfa5e
15 changed files with 59 additions and 59 deletions
|
@ -24,7 +24,7 @@ Grid {
|
|||
property bool special: key == "^" || key == "<"
|
||||
|
||||
text: key == "^" ? "shift" : key == "<" ? "bksp" : key
|
||||
fontSize: special ? 20 : 44
|
||||
fontSize: special ? 27 : 60
|
||||
|
||||
onButtonClick: {
|
||||
if (key == "^")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue