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