From 97442ebefc40c161fc55e5b4adbfb54bcb6124c6 Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Fri, 9 Apr 2021 16:18:04 +0200 Subject: [PATCH] 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 --- resources/qml/Preferences/GeneralPage.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml index ca02d9a125..cdf0636144 100644 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -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