Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
Just looks better opening this size to see everything
  • Loading branch information
whernandez23 committed Apr 23, 2021
1 parent 9bfe602 commit 8616370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Expedia/src/application/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void start(Stage primaryStage)
{
try {
primaryStage.setTitle("Expedia");
primaryStage.setWidth(822);
primaryStage.setWidth(1100);
primaryStage.setHeight(600);

TextArea ta = new TextArea();
Expand Down

0 comments on commit 8616370

Please sign in to comment.