diff --git a/source/Ox.UI/js/Code/ExamplePanel.js b/source/Ox.UI/js/Code/ExamplePanel.js index caf13d9f..f210eb1d 100644 --- a/source/Ox.UI/js/Code/ExamplePanel.js +++ b/source/Ox.UI/js/Code/ExamplePanel.js @@ -66,6 +66,7 @@ Ox.ExamplePanel = function(options, self) { }); self.$list = Ox.TreeList({ expanded: true, + icon: Ox.UI.getImageURL('symbolCenter'), items: treeItems, selected: self.options.selected ? [self.options.selected] : [], width: self.options.size