Increase size of the profile override choice popup in preferences

This way the popup will show the entire text for all three options.

CURA-8161
This commit is contained in:
Kostas Karmas 2021-04-09 16:18:04 +02:00
parent ed7439f9cd
commit 97442ebefc

View file

@ -655,7 +655,7 @@ UM.PreferencesPage
NewControls.ComboBox
{
id: choiceOnOpenProjectDropDownButton
width: 200 * screenScaleFactor
width: Math.round(250 * screenScaleFactor)
model: ListModel
{
@ -722,8 +722,8 @@ UM.PreferencesPage
NewControls.ComboBox
{
id: choiceOnProfileOverrideDropDownButton
width: 200 * screenScaleFactor
width: Math.round(250 * screenScaleFactor)
popup.width: Math.round(350 * screenScaleFactor)
model: ListModel
{
id: discardOrKeepProfileListModel