diff --git a/dialer/package/contents/ui/Dialpad/DialerButton.qml b/dialer/package/contents/ui/Dialpad/DialerButton.qml index a4de3713a0d240fa2831dba0e0a0ed6dd9549682..46ce70a9f17ac6b1f37eb80dac1a23fa75b9c6e4 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 - horizontalAlignment: Qt.AlignHCenter - verticalAlignment: Qt.AlignVCenter font.pointSize: 22 //anything higher for some reason makes number 4 not rendered + horizontalAlignment: Text.AlignHCenter + verticalAlignment: Text.AlignTop minimumPointSize: 8 fontSizeMode: Text.VerticalFit