mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Make combobox_wide much wider and swap out existing uses of combobox_wide for combobox.
CURA-8890
This commit is contained in:
parent
c6326eff64
commit
0ba4dbacc4
3 changed files with 11 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue