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 top: printingLabel.bottom
left: parent.left left: parent.left
right: parent.right right: parent.right
topMargin: 1 * UM.Theme.getSize("default_margin").height topMargin: UM.Theme.getSize("default_margin").height
bottom: parent.bottom bottom: parent.bottom
bottomMargin: UM.Theme.getSize("default_margin").height bottomMargin: UM.Theme.getSize("default_margin").height
} }

View File

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