mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Make general menu combox wider
CURA-8688
This commit is contained in:
parent
111c095f32
commit
b14e29d214
3 changed files with 9 additions and 9 deletions
|
@ -93,8 +93,8 @@ UM.Dialog
|
|||
leftButtons: [
|
||||
Cura.ComboBox
|
||||
{
|
||||
implicitHeight: UM.Theme.getSize("combobox_dialog").height
|
||||
implicitWidth: UM.Theme.getSize("combobox_dialog").width
|
||||
implicitHeight: UM.Theme.getSize("combobox_wide").height
|
||||
implicitWidth: UM.Theme.getSize("combobox_wide").width
|
||||
|
||||
id: discardOrKeepProfileChangesDropDownButton
|
||||
textRole: "text"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue