Skip to content

Commit 5ee9c25

Browse files
committed
qml: Address silent conflict with Header control in initerrormessage
1 parent f3150f7 commit 5ee9c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/pages/initerrormessage.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ApplicationWindow {
2323
Header {
2424
Layout.topMargin: 30
2525
Layout.fillWidth: true
26-
bold: true
26+
headerBold: true
2727
header: qsTr("There was an issue starting up.")
2828
headerSize: 21
2929
description: message

0 commit comments

Comments
 (0)