Modify closed group icon to right arrow.

This commit is contained in:
kovacsv 2021-10-28 15:56:36 +02:00
parent 281d49c750
commit f52de03109

View File

@ -112,7 +112,7 @@ OV.TreeViewGroupItem = class extends OV.TreeViewItem
this.childrenDiv = null;
this.openButtonIcon = 'arrow_down';
this.closeButtonIcon = 'arrow_up';
this.closeButtonIcon = 'arrow_right';
this.openCloseButton = OV.CreateSvgIcon (this.openButtonIcon, 'ov_tree_item_icon').insertBefore (this.nameElement);
if (OV.IsDefined (iconPath)) {