Modify closed group icon to right arrow.
This commit is contained in:
parent
281d49c750
commit
f52de03109
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user