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:
parent
2b32d554d1
commit
600cc25ab4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue