mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 19:31:16 -07: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
|
id: preferences
|
||||||
|
|
||||||
Component.onCompleted: {
|
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