mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 21:36:12 +02:00
increase font pixel size for 'collapse keyboard' to 34px
This commit is contained in:
parent
db3ed81513
commit
4d11f9a434
2 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@ Item {
|
|||
property bool toggled: false // is this button currently toggled?
|
||||
property alias mouseArea: mouseArea1
|
||||
property alias fontFamily: letter.font.family;
|
||||
property alias fontPixelSize: letter.font.pixelSize
|
||||
|
||||
function resetToggledMode(mode) {
|
||||
toggled = mode;
|
||||
|
|
|
@ -251,6 +251,7 @@ Rectangle {
|
|||
Key { width: 43; glyph: "."; }
|
||||
Key {
|
||||
fontFamily: hiFiGlyphs.name;
|
||||
fontPixelSize: 34;
|
||||
width: 86; glyph: "\ue02b";
|
||||
}
|
||||
}
|
||||
|
@ -341,6 +342,7 @@ Rectangle {
|
|||
Key { width: 43; glyph: "."; }
|
||||
Key {
|
||||
fontFamily: hiFiGlyphs.name;
|
||||
fontPixelSize: 34;
|
||||
width: 86; glyph: "\ue02b";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue