mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:29:02 +08: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
@ -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…
x
Reference in New Issue
Block a user