[dialer] Use proper enum namespace for text alignment

This commit is contained in:
Martin Klapetek 2015-06-24 19:38:18 +02:00
parent 7fd8ef1922
commit 26214037ba

View file

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