mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
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:
parent
ed7439f9cd
commit
97442ebefc
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue