mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
border color set as default separator color
This commit is contained in:
@@ -1451,7 +1451,7 @@ public class UIUtil {
|
||||
}
|
||||
|
||||
public static Color getBorderColor() {
|
||||
return BORDER_COLOR;
|
||||
return UIManager.getColor("Separator.foreground");
|
||||
}
|
||||
|
||||
public static Font getBorderFont() {
|
||||
|
||||
Reference in New Issue
Block a user