Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostas Karmas <konskarm@gmail.com>2021-04-09 17:18:04 +0300
committerKostas Karmas <konskarm@gmail.com>2021-04-09 17:18:04 +0300
commit97442ebefc40c161fc55e5b4adbfb54bcb6124c6 (patch)
tree4d5188d8e884c65adf634b26c6f043f889528eba /resources
parented7439f9cdf99debd56b763d7379f80ff00aa67d (diff)
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
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/Preferences/GeneralPage.qml6
1 files 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