mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user