chore: object name for build showcase button added and fixed small typo
This commit is contained in:
parent
996199b910
commit
6de7032d65
|
@ -53,6 +53,7 @@ StatusDialog {
|
||||||
StatusButton {
|
StatusButton {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
Layout.bottomMargin: Style.current.bigPadding
|
Layout.bottomMargin: Style.current.bigPadding
|
||||||
|
objectName: "buildShowcaseButton"
|
||||||
|
|
||||||
text: qsTr("Build your showcase")
|
text: qsTr("Build your showcase")
|
||||||
onClicked: root.close()
|
onClicked: root.close()
|
||||||
|
|
Loading…
Reference in New Issue