Add a preference and preference page for displaying overhangs

This commit is contained in:
Arjen Hiemstra 2015-03-13 16:56:18 +01:00
parent 5dcd5c2258
commit c723601f85
2 changed files with 30 additions and 1 deletions

View file

@ -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;