Make general menu combox wider

CURA-8688
This commit is contained in:
j.delarago 2022-02-23 15:13:36 +01:00
parent 111c095f32
commit b14e29d214
3 changed files with 9 additions and 9 deletions

View file

@ -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"