mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 14:43:09 +00:00
[dialer] Fix the missing number 4 on the dialpad
For some reason the number 4 will not appear unless the max point size is set to 22, I have spent about an hour investigating and can't figure out why the heck that 4 wouldn't appear and I still don't know, so I left it at 22 for now (the size was 23~24 before anyway).
This commit is contained in:
parent
86652a9eba
commit
86cafaf72e
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ PlasmaComponents.Label {
|
|||
height: 0
|
||||
horizontalAlignment: Qt.AlignHCenter
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
font.pointSize: 1024
|
||||
font.pointSize: 22 //anything higher for some reason makes number 4 not rendered
|
||||
minimumPointSize: 8
|
||||
fontSizeMode: Text.VerticalFit
|
||||
|
||||
property alias sub: longHold.text
|
||||
|
|
|
|||
Loading…
Reference in a new issue