From 0678d47dad15f40f4ab4ae18d35493ae4165b745 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 3 Jul 2019 11:12:41 +0200 Subject: [PATCH] Make 'Ultimaker B.V.' preferred manufacturer rather than 'Ultimaker' Ultimaker was the category. Ultimaker B.V. is the manufacturer, which is now used as the section property. Contributes to issue CURA-6635. --- resources/qml/WelcomePages/AddLocalPrinterScrollView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml index 736847f3bc..0adc015cf6 100644 --- a/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml +++ b/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml @@ -24,7 +24,7 @@ Item // The currently active (expanded) section/category, where section/category is the grouping of local machine items. property string currentSection: preferredCategory // By default (when this list shows up) we always expand the "Ultimaker" section. - property string preferredCategory: "Ultimaker" + property string preferredCategory: "Ultimaker B.V." property int maxItemCountAtOnce: 10 // show at max 10 items at once, otherwise you need to scroll.