mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Adjust margins on dialog to match designs
CURA-9424
This commit is contained in:
parent
dbba1c4110
commit
7171249d3f
2 changed files with 309 additions and 311 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue