From 600cc25ab41a2d234dc1e0f0758a14900f1663ec Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 1 May 2011 22:49:28 +0200 Subject: Increase player panel size git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@54 72836036-5685-4462-b002-a69064685172 --- src/jrummikub/view/impl/View.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jrummikub') diff --git a/src/jrummikub/view/impl/View.java b/src/jrummikub/view/impl/View.java index 3508877..a23e5e2 100644 --- a/src/jrummikub/view/impl/View.java +++ b/src/jrummikub/view/impl/View.java @@ -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; -- cgit v1.2.3