mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
more solid border for active player
This commit is contained in:
parent
7013ceeb0e
commit
c2594f7b17
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ public class PlayerPanelExt extends javax.swing.JPanel {
|
|||
|
||||
private static final int AVATAR_COUNT = 77;
|
||||
|
||||
private static final Border greenBorder = new LineBorder(Color.green, 2);
|
||||
private static final Border greenBorder = new LineBorder(Color.green, 4);
|
||||
private static final Border redBorder = new LineBorder(Color.red, 2);
|
||||
private static final Border emptyBorder = BorderFactory.createEmptyBorder(0,0,0,0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue