提交 79b4ea25 编写于 作者: J Joao Moreno

raise tree indent max to 40

上级 68674a96
......@@ -216,7 +216,7 @@ class TreeRenderer<T, TFilterData, TTemplateData> implements IListRenderer<ITree
updateOptions(options: ITreeRendererOptions = {}): void {
if (typeof this.indent !== 'undefined') {
this.indent = clamp(options.indent, 0, 20);
this.indent = clamp(options.indent, 0, 40);
}
this.renderedNodes.forEach((templateData, node) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册