mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 02:39:14 +08:00
Increase the margin between print montior header and tiles
CL-896
This commit is contained in:
parent
224108c342
commit
8aef7216ec
@ -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…
x
Reference in New Issue
Block a user