mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
[dialer] Use proper enum namespace for text alignment
This commit is contained in:
parent
7fd8ef1922
commit
26214037ba
1 changed files with 2 additions and 2 deletions
|
|
@ -29,9 +29,9 @@ PlasmaComponents.Label {
|
||||||
|
|
||||||
//This is 0 to override the Label default height that would cause a binding loop
|
//This is 0 to override the Label default height that would cause a binding loop
|
||||||
height: 0
|
height: 0
|
||||||
horizontalAlignment: Qt.AlignHCenter
|
|
||||||
verticalAlignment: Qt.AlignVCenter
|
|
||||||
font.pointSize: 22 //anything higher for some reason makes number 4 not rendered
|
font.pointSize: 22 //anything higher for some reason makes number 4 not rendered
|
||||||
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
verticalAlignment: Text.AlignTop
|
||||||
minimumPointSize: 8
|
minimumPointSize: 8
|
||||||
fontSizeMode: Text.VerticalFit
|
fontSizeMode: Text.VerticalFit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue