This commit is contained in:
fieldOfView 2016-06-07 11:01:24 +02:00
commit bbc33f5d70
3 changed files with 31 additions and 3 deletions

View file

@ -24,7 +24,7 @@ ScrollView
{
id: contents
spacing: UM.Theme.getSize("default_lining").height;
cacheBuffer: 1000000; // A huge to cache to effectively cache everything.
cacheBuffer: 1000000; // Set a large cache to effectively just cache every list item.
model: UM.SettingDefinitionsModel {
id: definitionsModel;