Skip to content

Commit

Permalink
Minor Width Change
Browse files Browse the repository at this point in the history
  • Loading branch information
whernandez23 committed May 13, 2021
1 parent 8c78627 commit 48f9d74
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(1070);
primaryStage.setWidth(1120);
primaryStage.setHeight(600);

TextArea ta = new TextArea();
Expand Down

0 comments on commit 48f9d74

Please sign in to comment.