File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/java/lol/hyper/customlauncher/login/windows Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class TwoFactorAuth extends JFrame {
2929
3030 public TwoFactorAuth (String title , String banner , String token ) {
3131 JFrame frame = new JFrame (title );
32- frame .setSize (370 , 150 );
32+ frame .setSize (370 , 170 );
3333 frame .setDefaultCloseOperation (JFrame .DISPOSE_ON_CLOSE );
3434 frame .setResizable (false );
3535 try {
@@ -61,8 +61,9 @@ public void keyTyped(KeyEvent e) {
6161 JButton loginButton = new JButton ("Submit" );
6262
6363 userAuthCode .setMaximumSize (new Dimension (50 , 25 ));
64- text .setBounds (20 , 20 , 150 , 30 );
64+ text .setBounds (120 , 20 , 200 , 30 );
6565 userAuthCode .setBounds (120 , 65 , 70 , 30 );
66+ loginButton .setBounds (120 , 100 , 100 , 30 );
6667
6768 panel .add (text );
6869 panel .add (userAuthCode );
You can’t perform that action at this time.
0 commit comments