Fixing wrap on Greet Screen buttons in certain locales.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5745587c72
commit
7935d0134d
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ Popup {
|
|||
horizontalAlignment: Text.AlignHCenter
|
||||
font.pixelSize: 14
|
||||
text: modelData.name
|
||||
wrapMode: Text.WordWrap
|
||||
wrapMode: Text.Wrap
|
||||
clip: true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue