Increase the margin between print montior header and tiles

CL-896
This commit is contained in:
Jaime van Kessel 2018-08-31 16:11:20 +02:00
parent 224108c342
commit 8aef7216ec
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ Component
top: printingLabel.bottom
left: parent.left
right: parent.right
topMargin: 1 * UM.Theme.getSize("default_margin").height
topMargin: UM.Theme.getSize("default_margin").height
bottom: parent.bottom
bottomMargin: UM.Theme.getSize("default_margin").height
}

View file

@ -80,7 +80,7 @@ Component
anchors
{
top: queuedLabel.bottom
topMargin: 0
topMargin: UM.Theme.getSize("default_margin").height
horizontalCenter: parent.horizontalCenter
bottomMargin: 0
bottom: parent.bottom