mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Combobox height/width was being resized by RowLayout causing it to be squished. Assigned a implicit width/height which is used instead of height/width.
CURA-8688
This commit is contained in:
parent
9f75b870a7
commit
c3abfec535
2 changed files with 5 additions and 2 deletions
|
@ -91,10 +91,12 @@ UM.Dialog
|
|||
buttonSpacing: UM.Theme.getSize("thin_margin").width
|
||||
|
||||
leftButtons: [
|
||||
ComboBox
|
||||
Cura.ComboBox
|
||||
{
|
||||
implicitHeight: UM.Theme.getSize("combobox_dialog").height
|
||||
implicitWidth: UM.Theme.getSize("combobox_dialog").width
|
||||
|
||||
id: discardOrKeepProfileChangesDropDownButton
|
||||
width: 300
|
||||
textRole: "text"
|
||||
|
||||
model: ListModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue