mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-26 17:54:31 +00:00
ref #64 "fix header of pop up"
This commit is contained in:
parent
e77dd3cb98
commit
6c02b3f9ca
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user