From 26214037ba4a526e57fd976c7ccd05069b14631e Mon Sep 17 00:00:00 2001 From: Martin Klapetek Date: Wed, 24 Jun 2015 19:38:18 +0200 Subject: [PATCH] [dialer] Use proper enum namespace for text alignment --- dialer/package/contents/ui/Dialpad/DialerButton.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dialer/package/contents/ui/Dialpad/DialerButton.qml b/dialer/package/contents/ui/Dialpad/DialerButton.qml index a4de371..46ce70a 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 -- GitLab