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