Adjust client frame panel size
Removes the black line below the game applet
This commit is contained in:
@@ -44,8 +44,8 @@ public final class ClientUI extends JFrame
|
||||
{
|
||||
private static final Logger logger = LoggerFactory.getLogger(ClientUI.class);
|
||||
|
||||
private static final int PANEL_WIDTH = 805;
|
||||
private static final int PANEL_HEIGHT = 541;
|
||||
private static final int PANEL_WIDTH = 809;
|
||||
private static final int PANEL_HEIGHT = 536;
|
||||
private static final int EXPANDED_WIDTH = PANEL_WIDTH + PluginPanel.PANEL_WIDTH;
|
||||
|
||||
private JPanel container;
|
||||
|
||||
Reference in New Issue
Block a user