mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 15:21:15 -07:00
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-6435_new_style_add_machine
This commit is contained in:
commit
ef92aad6bb
25 changed files with 185 additions and 199 deletions
|
|
@ -26,6 +26,7 @@ Item
|
|||
|
||||
property int shadowOffset: 1 * screenScaleFactor
|
||||
|
||||
property alias progressBarVisible: wizardPanel.progressBarVisible
|
||||
property var model: CuraApplication.getWelcomePagesModel()
|
||||
|
||||
onVisibleChanged:
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ Item
|
|||
id: getStartedButton
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
text: catalog.i18nc("@button", "Next")
|
||||
text: base.currentItem.next_page_button_text
|
||||
onClicked: base.showNextPage()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue