mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
refix the alignmet of the support and adhesion chackboxes
CURA-4148
This commit is contained in:
parent
24c9dc9bee
commit
d18d9223a5
1 changed files with 0 additions and 3 deletions
|
@ -277,7 +277,6 @@ Item
|
|||
anchors.top: infillCellRight.bottom
|
||||
anchors.topMargin: UM.Theme.getSize("sidebar_margin").height * 2
|
||||
anchors.left: infillCellRight.left
|
||||
anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width
|
||||
|
||||
style: UM.Theme.styles.checkbox;
|
||||
enabled: base.settingsEnabled
|
||||
|
@ -352,7 +351,6 @@ Item
|
|||
}
|
||||
}
|
||||
anchors.left: infillCellRight.left
|
||||
anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width
|
||||
width: UM.Theme.getSize("sidebar").width * .55
|
||||
height:
|
||||
{
|
||||
|
@ -426,7 +424,6 @@ Item
|
|||
anchors.top: supportExtruderCombobox.bottom
|
||||
anchors.topMargin: UM.Theme.getSize("sidebar_margin").height * 2
|
||||
anchors.left: infillCellRight.left
|
||||
anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width
|
||||
|
||||
//: Setting enable printing build-plate adhesion helper checkbox
|
||||
style: UM.Theme.styles.checkbox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue