Use standard triangle positions in the commit dialog diff pane

They should be the same as commonly used in file trees.

IDEA-156342
This commit is contained in:
Kirill Likhodedov
2016-09-10 12:36:06 +03:00
parent 22bf3b9419
commit eaf3f1bae5
@@ -59,8 +59,8 @@ public abstract class SplitterWithSecondHideable {
Icon icon;
Icon openIcon;
if (vertical) {
icon = AllIcons.General.ComboArrow;
openIcon = AllIcons.General.ComboUpPassive;
icon = AllIcons.General.ComboArrowRight;
openIcon = AllIcons.General.ComboArrowDown;
}
else {
icon = AllIcons.General.ComboArrowRight;