mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
less margin when support extruder pops up
CURA-4148
This commit is contained in:
parent
dd7ea80b68
commit
e3f319a644
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ Item
|
|||
property alias _hovered: adhesionMouseArea.containsMouse
|
||||
|
||||
anchors.top: supportExtruderCombobox.bottom
|
||||
anchors.topMargin: UM.Theme.getSize("sidebar_margin").height * 2
|
||||
anchors.topMargin: UM.Theme.getSize("sidebar_margin").height
|
||||
anchors.left: infillCellRight.left
|
||||
|
||||
//: Setting enable printing build-plate adhesion helper checkbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue