fix(StatusTextMessage): Removed vertical text alignment leftover
Closes #8242
This commit is contained in:
parent
6e6f708d49
commit
f34d0d7152
|
@ -78,7 +78,6 @@ Item {
|
||||||
selectedTextColor: Theme.palette.directColor1
|
selectedTextColor: Theme.palette.directColor1
|
||||||
selectionColor: Theme.palette.primaryColor3
|
selectionColor: Theme.palette.primaryColor3
|
||||||
color: Theme.palette.directColor1
|
color: Theme.palette.directColor1
|
||||||
verticalAlignment: TextEdit.AlignVCenter
|
|
||||||
font.family: Theme.palette.baseFont.name
|
font.family: Theme.palette.baseFont.name
|
||||||
font.pixelSize: Theme.primaryTextFontSize
|
font.pixelSize: Theme.primaryTextFontSize
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
|
|
Loading…
Reference in New Issue