Make Setting item loading asynchronous and fix its size

This commit is contained in:
Arjen Hiemstra 2016-05-11 17:06:01 +02:00
parent 38e9661fe1
commit 89928dc6a9

View File

@ -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)