Increase player panel size

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@54 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-05-01 22:49:28 +02:00
parent 2b32d554d1
commit 600cc25ab4

View file

@ -18,7 +18,7 @@ public class View extends JFrame implements IView {
private Table table;
private PlayerPanel playerPanel;
private final static float PLAYER_PANEL_RATIO = 0.125f;
private final static float PLAYER_PANEL_RATIO = 0.14f;
private final static int PLAYER_PANEL_BORDER_WIDTH = 1;
private final static int PLAYER_PANEL_MAX_HEIGHT = 180 + PLAYER_PANEL_BORDER_WIDTH;