Make combobox_wide much wider and swap out existing uses of combobox_wide for combobox.

CURA-8890
This commit is contained in:
j.delarago 2022-03-14 13:13:30 +01:00
parent c6326eff64
commit 0ba4dbacc4
3 changed files with 11 additions and 10 deletions

View file

@ -93,8 +93,8 @@ UM.Dialog
leftButtons: [
Cura.ComboBox
{
implicitHeight: UM.Theme.getSize("combobox_wide").height
implicitWidth: UM.Theme.getSize("combobox_wide").width
implicitHeight: UM.Theme.getSize("combobox").height
implicitWidth: UM.Theme.getSize("combobox").width
id: discardOrKeepProfileChangesDropDownButton
textRole: "text"