[dialer] Make the max font size a bit smaller

Makes things look less cramped together
This commit is contained in:
Martin Klapetek 2015-06-24 19:38:59 +02:00
parent 26214037ba
commit 359f513a98

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