mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
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.
This commit is contained in:
parent
e6f25884f8
commit
0678d47dad
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Item
|
||||||
// The currently active (expanded) section/category, where section/category is the grouping of local machine items.
|
// The currently active (expanded) section/category, where section/category is the grouping of local machine items.
|
||||||
property string currentSection: preferredCategory
|
property string currentSection: preferredCategory
|
||||||
// By default (when this list shows up) we always expand the "Ultimaker" section.
|
// 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.
|
property int maxItemCountAtOnce: 10 // show at max 10 items at once, otherwise you need to scroll.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue