mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:15:55 +08:00
Change ConfigurationDialog::addPage to insertPage so we can supply an index
This commit is contained in:
parent
8c7faa9bc6
commit
53f2eb7e13
@ -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…
x
Reference in New Issue
Block a user