Fixed Issue#142: Player's panel cosmetic bug

This commit is contained in:
magenoxx 2013-02-22 23:47:38 +04:00
parent f6f74bd96f
commit 0ca04e0285

View file

@ -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");