mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Increase the margin between print montior header and tiles
CL-896
This commit is contained in:
parent
224108c342
commit
8aef7216ec
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue