forked from External/mage
handle smaller screen sizes
This commit is contained in:
parent
b5db562450
commit
afef9c06fe
5 changed files with 83 additions and 120 deletions
|
|
@ -624,7 +624,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
lblStatus = new javax.swing.JLabel();
|
||||
|
||||
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
|
||||
setMinimumSize(new Dimension(800, 600));
|
||||
setMinimumSize(new Dimension(600, 400));
|
||||
|
||||
desktopPane.setBackground(new java.awt.Color(204, 204, 204));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue