ref #64 "fix header of pop up"

This commit is contained in:
Andrei Yankovich 2021-05-12 11:32:06 +03:00
parent e77dd3cb98
commit 6c02b3f9ca

View File

@ -16,6 +16,16 @@ Dialog {
property alias text : textContainer.text
property var action: function () {}
header: Label {
id: title
text: parent.title
font.capitalization: Font.AllUppercase
font.bold: true
horizontalAlignment: Qt.AlignHCenter
verticalAlignment: Qt.AlignTop
}
Label {
id: textContainer