center the title
This commit is contained in:
parent
4b91baa871
commit
98af505aa3
@ -153,6 +153,11 @@ Dialog {
|
||||
id: titleAreaText
|
||||
LayoutMirroring.enabled: root.LayoutMirroring.enabled
|
||||
elide: Text.ElideRight
|
||||
height: paintedHeight
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
}
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user