From a969b45372ad836d60bdd00c2338c195682d6454 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 3 Nov 2016 15:41:15 +0100 Subject: [PATCH] Increased width of support extruder combobox CURA-2792 --- resources/qml/SidebarSimple.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 37d72d189d..a2fff9ea75 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -327,7 +327,7 @@ Item anchors.topMargin: UM.Theme.getSize("default_margin").height anchors.left: supportHelperLabel.right anchors.leftMargin: UM.Theme.getSize("default_margin").width - width: parent.width / 100 * 45 + width: parent.width / 100 * 65 style: UM.Theme.styles.combobox enabled: base.settingsEnabled