mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Increased width of support extruder combobox
CURA-2792
This commit is contained in:
parent
e67f5bdd44
commit
a969b45372
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ Item
|
|||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||
anchors.left: supportHelperLabel.right
|
||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||
width: parent.width / 100 * 45
|
||||
width: parent.width / 100 * 65
|
||||
|
||||
style: UM.Theme.styles.combobox
|
||||
enabled: base.settingsEnabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue