mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Change ConfigurationDialog::addPage to insertPage so we can supply an index
This commit is contained in:
parent
8c7faa9bc6
commit
53f2eb7e13
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ UM.MainWindow {
|
|||
id: preferences
|
||||
|
||||
Component.onCompleted: {
|
||||
addPage(qsTr('View'), Qt.resolvedUrl('./ViewPage.qml'));
|
||||
insertPage(1, qsTr('View'), Qt.resolvedUrl('./ViewPage.qml'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue