[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:
Martin Klapetek 2015-06-24 16:59:16 +02:00
parent 86652a9eba
commit 86cafaf72e

View file

@ -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