mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-04 00:01:19 -07:00
Add a preference and preference page for displaying overhangs
This commit is contained in:
parent
5dcd5c2258
commit
c723601f85
2 changed files with 30 additions and 1 deletions
|
|
@ -196,7 +196,13 @@ UM.MainWindow {
|
|||
}
|
||||
}
|
||||
|
||||
UM.PreferencesDialog { id: preferences }
|
||||
UM.PreferencesDialog {
|
||||
id: preferences
|
||||
|
||||
Component.onCompleted: {
|
||||
addPage(qsTr('View'), Qt.resolvedUrl('./ViewPage.qml'));
|
||||
}
|
||||
}
|
||||
|
||||
PrinterActions {
|
||||
id: actions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue