mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:05:54 +08:00
Make sure all materials are shown
Without this workaround, some materials that are listed above the generic materials do not show up untill the user scrolls the scrollview.
This commit is contained in:
parent
f5347a4593
commit
a727e4ffd0
@ -14,6 +14,12 @@ UM.ManagementPage
|
||||
|
||||
title: catalog.i18nc("@title:tab", "Materials");
|
||||
|
||||
Component.onCompleted:
|
||||
{
|
||||
// Workaround to make sure all of the items are visible
|
||||
objectList.positionViewAtBeginning();
|
||||
}
|
||||
|
||||
model: UM.InstanceContainersModel
|
||||
{
|
||||
filter:
|
||||
|
Loading…
x
Reference in New Issue
Block a user