mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 06:49:16 +08:00
Make Setting item loading asynchronous and fix its size
This commit is contained in:
parent
38e9661fe1
commit
89928dc6a9
@ -32,11 +32,14 @@ ScrollView
|
|||||||
{
|
{
|
||||||
id: delegate
|
id: delegate
|
||||||
|
|
||||||
width: ListView.view.width
|
width: UM.Theme.getSize("sidebar").width;
|
||||||
|
height: UM.Theme.getSize("section").height;
|
||||||
|
|
||||||
property var definition: model
|
property var definition: model
|
||||||
property var settingDefinitionsModel: definitionsModel
|
property var settingDefinitionsModel: definitionsModel
|
||||||
|
|
||||||
|
asynchronous: true
|
||||||
|
|
||||||
source:
|
source:
|
||||||
{
|
{
|
||||||
switch(model.type)
|
switch(model.type)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user