mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Vertically center aligns "Material", "PrintCore" and dropdowns in extruder configuration menu.
CURA-8688
This commit is contained in:
parent
c00eb5b432
commit
104a34d05a
1 changed files with 3 additions and 0 deletions
|
@ -278,6 +278,7 @@ Item
|
|||
|
||||
width: selectors.controlWidth
|
||||
height: parent.height
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
focusPolicy: Qt.ClickFocus
|
||||
|
||||
|
@ -289,6 +290,7 @@ Item
|
|||
}
|
||||
onClicked: materialsMenu.popup()
|
||||
}
|
||||
|
||||
Item
|
||||
{
|
||||
width: instructionButton.width + 2 * UM.Theme.getSize("narrow_margin").width
|
||||
|
@ -331,6 +333,7 @@ Item
|
|||
tooltip: text
|
||||
height: parent.height
|
||||
width: selectors.controlWidth
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
focusPolicy: Qt.ClickFocus
|
||||
enabled: enabledCheckbox.checked
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue