mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 15:26:52 -04:00
increased initial window size
This commit is contained in:
parent
dc822b1fd8
commit
6c99f9742e
@ -167,7 +167,7 @@ public class Main extends JFrame implements ClosingWindowListener.ConfirmSave, E
|
||||
setJMenuBar(menuBar);
|
||||
InfoDialog.getInstance().addToFrame(this, MESSAGE);
|
||||
|
||||
setPreferredSize(new Dimension(800, 600));
|
||||
setPreferredSize(new Dimension(1024, 768));
|
||||
pack();
|
||||
setLocationRelativeTo(parent);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user