Adjust margins on dialog to match designs

CURA-9424
This commit is contained in:
Joey de l'Arago 2022-11-02 15:33:47 +01:00
parent dbba1c4110
commit 7171249d3f
2 changed files with 309 additions and 311 deletions

View file

@ -38,8 +38,7 @@ Item
id: comboboxLabel
anchors.top: parent.top
anchors.left: parent.left
anchors.bottomMargin: UM.Theme.getSize("default_margin").height
visible: comboboxVisible
visible: comboboxVisible && text != ""
text: ""
font: UM.Theme.getFont("default_bold")
}
@ -50,6 +49,7 @@ Item
width: parent.width
height: UM.Theme.getSize("button").height
anchors.top: comboboxLabel.bottom
anchors.topMargin: UM.Theme.getSize("default_margin").height
anchors.left: parent.left
sourceComponent: combobox
}