mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:39:07 +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
|
NewControls.ComboBox
|
||||||
{
|
{
|
||||||
id: choiceOnOpenProjectDropDownButton
|
id: choiceOnOpenProjectDropDownButton
|
||||||
width: 200 * screenScaleFactor
|
width: Math.round(250 * screenScaleFactor)
|
||||||
|
|
||||||
model: ListModel
|
model: ListModel
|
||||||
{
|
{
|
||||||
@ -722,8 +722,8 @@ UM.PreferencesPage
|
|||||||
NewControls.ComboBox
|
NewControls.ComboBox
|
||||||
{
|
{
|
||||||
id: choiceOnProfileOverrideDropDownButton
|
id: choiceOnProfileOverrideDropDownButton
|
||||||
width: 200 * screenScaleFactor
|
width: Math.round(250 * screenScaleFactor)
|
||||||
|
popup.width: Math.round(350 * screenScaleFactor)
|
||||||
model: ListModel
|
model: ListModel
|
||||||
{
|
{
|
||||||
id: discardOrKeepProfileListModel
|
id: discardOrKeepProfileListModel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user