Clean-up mistakes

Oops!
This commit is contained in:
Ian Paschal 2018-10-03 12:28:35 +02:00
parent 5ca0c599e9
commit 7f370a7574
2 changed files with 2 additions and 1 deletions

View file

@ -109,7 +109,7 @@ Component {
ListView {
id: printJobList;
anchors.fill: parent;
delegate: PrintJobInfoBlock; {
delegate: PrintJobInfoBlock {
anchors {
left: parent.left;
leftMargin: UM.Theme.getSize("default_margin").width;