Printer now uses sidebar advanced again instead of relative path to prevent breaking when uranium and printer app are moved appart

This commit is contained in:
Jaime van Kessel 2015-04-16 10:51:37 +02:00
parent 899c86ac2f
commit 84e785f3b8
2 changed files with 4 additions and 1 deletions

3
qml/SidebarAdvanced.qml Normal file
View file

@ -0,0 +1,3 @@
import UM 1.0 as UM
UM.SettingView{}

View file

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