mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -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: [
|
leftButtons: [
|
||||||
Cura.ComboBox
|
Cura.ComboBox
|
||||||
{
|
{
|
||||||
implicitHeight: UM.Theme.getSize("combobox_dialog").height
|
implicitHeight: UM.Theme.getSize("combobox_wide").height
|
||||||
implicitWidth: UM.Theme.getSize("combobox_dialog").width
|
implicitWidth: UM.Theme.getSize("combobox_wide").width
|
||||||
|
|
||||||
id: discardOrKeepProfileChangesDropDownButton
|
id: discardOrKeepProfileChangesDropDownButton
|
||||||
textRole: "text"
|
textRole: "text"
|
||||||
|
|
|
@ -554,8 +554,8 @@ UM.PreferencesPage
|
||||||
|
|
||||||
model: comboBoxList
|
model: comboBoxList
|
||||||
textRole: "text"
|
textRole: "text"
|
||||||
width: UM.Theme.getSize("setting_control").width
|
width: UM.Theme.getSize("combobox_wide").width
|
||||||
height: UM.Theme.getSize("setting_control").height
|
height: UM.Theme.getSize("combobox_wide").height
|
||||||
|
|
||||||
currentIndex:
|
currentIndex:
|
||||||
{
|
{
|
||||||
|
@ -711,8 +711,8 @@ UM.PreferencesPage
|
||||||
Cura.ComboBox
|
Cura.ComboBox
|
||||||
{
|
{
|
||||||
id: choiceOnOpenProjectDropDownButton
|
id: choiceOnOpenProjectDropDownButton
|
||||||
width: UM.Theme.getSize("setting_control").width
|
width: UM.Theme.getSize("combobox_wide").width
|
||||||
height: UM.Theme.getSize("setting_control").height
|
height: UM.Theme.getSize("combobox_wide").height
|
||||||
|
|
||||||
model: ListModel
|
model: ListModel
|
||||||
{
|
{
|
||||||
|
@ -779,8 +779,8 @@ UM.PreferencesPage
|
||||||
Cura.ComboBox
|
Cura.ComboBox
|
||||||
{
|
{
|
||||||
id: choiceOnProfileOverrideDropDownButton
|
id: choiceOnProfileOverrideDropDownButton
|
||||||
width: UM.Theme.getSize("setting_control").width
|
width: UM.Theme.getSize("combobox_wide").width
|
||||||
height: UM.Theme.getSize("setting_control").height
|
height: UM.Theme.getSize("combobox_wide").height
|
||||||
model: ListModel
|
model: ListModel
|
||||||
{
|
{
|
||||||
id: discardOrKeepProfileListModel
|
id: discardOrKeepProfileListModel
|
||||||
|
|
|
@ -620,7 +620,7 @@
|
||||||
"checkbox_label_padding": [0.5, 0.5],
|
"checkbox_label_padding": [0.5, 0.5],
|
||||||
|
|
||||||
"spinbox": [6.0, 3.0],
|
"spinbox": [6.0, 3.0],
|
||||||
"combobox_dialog": [14, 2],
|
"combobox_wide": [14, 2],
|
||||||
|
|
||||||
"tooltip": [20.0, 10.0],
|
"tooltip": [20.0, 10.0],
|
||||||
"tooltip_margins": [1.0, 1.0],
|
"tooltip_margins": [1.0, 1.0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue