mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 05:19:09 +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
|
||||
|
||||
width: ListView.view.width
|
||||
width: UM.Theme.getSize("sidebar").width;
|
||||
height: UM.Theme.getSize("section").height;
|
||||
|
||||
property var definition: model
|
||||
property var settingDefinitionsModel: definitionsModel
|
||||
|
||||
asynchronous: true
|
||||
|
||||
source:
|
||||
{
|
||||
switch(model.type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user