diff --git a/src/ugui_data.c3 b/src/ugui_data.c3 index 7fd9c90..3e043c5 100644 --- a/src/ugui_data.c3 +++ b/src/ugui_data.c3 @@ -93,7 +93,7 @@ struct Elem { def IdTree = vtree::VTree() @private; // elements themselves are kept in a cache -const uint MAX_ELEMENTS = 2048; +const uint MAX_ELEMENTS = 1024; def ElemCache = cache::Cache() @private; def CmdQueue = fifo::Fifo();