chore: object name for build showcase button added and fixed small typo

This commit is contained in:
Valentina Novgorodtceva 2024-02-27 14:37:37 +07:00 committed by Anastasiya
parent 996199b910
commit 6de7032d65
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ StatusDialog {
StatusButton {
Layout.alignment: Qt.AlignHCenter
Layout.bottomMargin: Style.current.bigPadding
objectName: "buildShowcaseButton"
text: qsTr("Build your showcase")
onClicked: root.close()