mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 22:33:08 +00:00
[dialer] Make the max font size a bit smaller
Makes things look less cramped together
This commit is contained in:
parent
26214037ba
commit
359f513a98
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue