mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Make Setting item loading asynchronous and fix its size
This commit is contained in:
parent
38e9661fe1
commit
89928dc6a9
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue