mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 20:56:25 +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 bool toggled: false // is this button currently toggled?
|
||||||
property alias mouseArea: mouseArea1
|
property alias mouseArea: mouseArea1
|
||||||
property alias fontFamily: letter.font.family;
|
property alias fontFamily: letter.font.family;
|
||||||
|
property alias fontPixelSize: letter.font.pixelSize
|
||||||
|
|
||||||
function resetToggledMode(mode) {
|
function resetToggledMode(mode) {
|
||||||
toggled = mode;
|
toggled = mode;
|
||||||
|
|
|
@ -251,6 +251,7 @@ Rectangle {
|
||||||
Key { width: 43; glyph: "."; }
|
Key { width: 43; glyph: "."; }
|
||||||
Key {
|
Key {
|
||||||
fontFamily: hiFiGlyphs.name;
|
fontFamily: hiFiGlyphs.name;
|
||||||
|
fontPixelSize: 34;
|
||||||
width: 86; glyph: "\ue02b";
|
width: 86; glyph: "\ue02b";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -341,6 +342,7 @@ Rectangle {
|
||||||
Key { width: 43; glyph: "."; }
|
Key { width: 43; glyph: "."; }
|
||||||
Key {
|
Key {
|
||||||
fontFamily: hiFiGlyphs.name;
|
fontFamily: hiFiGlyphs.name;
|
||||||
|
fontPixelSize: 34;
|
||||||
width: 86; glyph: "\ue02b";
|
width: 86; glyph: "\ue02b";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue