mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fixed Issue#142: Player's panel cosmetic bug
This commit is contained in:
parent
f6f74bd96f
commit
0ca04e0285
1 changed files with 2 additions and 2 deletions
|
|
@ -281,8 +281,8 @@ public class PlayerPanelExt extends javax.swing.JPanel {
|
|||
});
|
||||
|
||||
zonesPanel = new JPanel();
|
||||
zonesPanel.setPreferredSize(new Dimension(100, 25));
|
||||
zonesPanel.setSize(100, 25);
|
||||
zonesPanel.setPreferredSize(new Dimension(100, 20));
|
||||
zonesPanel.setSize(100, 20);
|
||||
zonesPanel.setLayout(null);
|
||||
|
||||
image = ImageHelper.getImageFromResources("/info/command_zone.png");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue