mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Increase width of dropdown boxes in general page
CURA-8990
This commit is contained in:
parent
ea03236f03
commit
97732336e3
1 changed files with 3 additions and 3 deletions
|
@ -215,7 +215,7 @@ UM.PreferencesPage
|
||||||
|
|
||||||
textRole: "text"
|
textRole: "text"
|
||||||
model: languageList
|
model: languageList
|
||||||
implicitWidth: UM.Theme.getSize("setting_control").width
|
implicitWidth: UM.Theme.getSize("combobox_wide").width
|
||||||
implicitHeight: currencyField.height
|
implicitHeight: currencyField.height
|
||||||
|
|
||||||
function setCurrentIndex() {
|
function setCurrentIndex() {
|
||||||
|
@ -255,7 +255,7 @@ UM.PreferencesPage
|
||||||
id: currencyField
|
id: currencyField
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
text: UM.Preferences.getValue("cura/currency")
|
text: UM.Preferences.getValue("cura/currency")
|
||||||
implicitWidth: UM.Theme.getSize("setting_control").width
|
implicitWidth: UM.Theme.getSize("combobox_wide").width
|
||||||
onTextChanged: UM.Preferences.setValue("cura/currency", text)
|
onTextChanged: UM.Preferences.setValue("cura/currency", text)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -284,7 +284,7 @@ UM.PreferencesPage
|
||||||
|
|
||||||
model: themeList
|
model: themeList
|
||||||
textRole: "text"
|
textRole: "text"
|
||||||
implicitWidth: UM.Theme.getSize("setting_control").width
|
implicitWidth: UM.Theme.getSize("combobox_wide").width
|
||||||
implicitHeight: currencyField.height
|
implicitHeight: currencyField.height
|
||||||
|
|
||||||
currentIndex:
|
currentIndex:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue