From 84e785f3b8de1877c99e1159a9c47ce723179136 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 16 Apr 2015 10:51:37 +0200 Subject: [PATCH] Printer now uses sidebar advanced again instead of relative path to prevent breaking when uranium and printer app are moved appart --- qml/SidebarAdvanced.qml | 3 +++ qml/SidebarHeader.qml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 qml/SidebarAdvanced.qml diff --git a/qml/SidebarAdvanced.qml b/qml/SidebarAdvanced.qml new file mode 100644 index 0000000000..ba7bd8ed87 --- /dev/null +++ b/qml/SidebarAdvanced.qml @@ -0,0 +1,3 @@ +import UM 1.0 as UM + +UM.SettingView{} \ No newline at end of file diff --git a/qml/SidebarHeader.qml b/qml/SidebarHeader.qml index d3417fd66c..3ca6d8ed94 100644 --- a/qml/SidebarHeader.qml +++ b/qml/SidebarHeader.qml @@ -43,7 +43,7 @@ Column { model: ListModel { id: modeModel; ListElement { text: QT_TR_NOOP("Simple"); file: "SidebarSimple.qml" } - ListElement { text: QT_TR_NOOP("Advanced"); file: "../../UM/Qt/qml/UM/SettingView.qml" } + ListElement { text: QT_TR_NOOP("Advanced"); file: "SidebarAdvanced.qml" } } MenuItem {