mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06: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
|
||||
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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue