Use the new MessageStack in Printer

This commit is contained in:
Arjen Hiemstra 2015-02-11 15:04:58 +01:00
parent 943bb9ea48
commit a8454a48d1

View File

@ -165,25 +165,12 @@ UM.MainWindow {
onSaveRequested: saveAction.trigger(); onSaveRequested: saveAction.trigger();
} }
// UM.JobList { anchors.left: parent.left; anchors.bottom: parent.bottom; width: parent.width / 10; height: parent.height / 5; } UM.MessageStack {
anchors.bottom: parent.bottom;
// ProgressBar { anchors.horizontalCenter: parent.horizontalCenter;
// id: progressBar; width: parent.width * 0.333;
// height: 250;
// anchors { }
// left: parent.left;
// bottom: parent.bottom;
// right: parent.right;
// }
//
// minimumValue: 0;
// maximumValue: 1;
//
// Connections {
// target: UM.Backend;
// onProcessingProgress: progressBar.value = amount;
// }
// }
} }
} }