diff --git a/dialer/package/contents/ui/Dialpad/DialerButton.qml b/dialer/package/contents/ui/Dialpad/DialerButton.qml index 46ce70a9..c39d802d 100644 --- a/dialer/package/contents/ui/Dialpad/DialerButton.qml +++ b/dialer/package/contents/ui/Dialpad/DialerButton.qml @@ -29,9 +29,9 @@ PlasmaComponents.Label { //This is 0 to override the Label default height that would cause a binding loop height: 0 - font.pointSize: 22 //anything higher for some reason makes number 4 not rendered horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignTop + font.pointSize: 21 //anything higher for some reason makes number 4 not rendered minimumPointSize: 8 fontSizeMode: Text.VerticalFit