mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Clean-up mistakes
Oops!
This commit is contained in:
parent
5ca0c599e9
commit
7f370a7574
2 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,7 @@ Component {
|
||||||
ListView {
|
ListView {
|
||||||
id: printJobList;
|
id: printJobList;
|
||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
delegate: PrintJobInfoBlock; {
|
delegate: PrintJobInfoBlock {
|
||||||
anchors {
|
anchors {
|
||||||
left: parent.left;
|
left: parent.left;
|
||||||
leftMargin: UM.Theme.getSize("default_margin").width;
|
leftMargin: UM.Theme.getSize("default_margin").width;
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
import QtQuick 2.2
|
import QtQuick 2.2
|
||||||
import QtQuick.Controls 2.0
|
import QtQuick.Controls 2.0
|
||||||
import QtQuick.Controls.Styles 1.4
|
import QtQuick.Controls.Styles 1.4
|
||||||
|
import QtQuick.Dialogs 1.1
|
||||||
import QtGraphicalEffects 1.0
|
import QtGraphicalEffects 1.0
|
||||||
import UM 1.3 as UM
|
import UM 1.3 as UM
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue