Skip to content

Commit

Permalink
Merge pull request #310 from random689/master
Browse files Browse the repository at this point in the history
Fix sizing
  • Loading branch information
g4ryy authored Nov 8, 2021
2 parents 5541812 + 5ac4800 commit a542fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<?import javafx.scene.text.Text?>
<?import javafx.stage.Stage?>

<fx:root minHeight="600" minWidth="1000.0" onCloseRequest="#handleExit" title="NewAddressBook" type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/16" xmlns:fx="http://javafx.com/fxml/1">
<fx:root minHeight="600" minWidth="1100.0" onCloseRequest="#handleExit" title="NewAddressBook" type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/16" xmlns:fx="http://javafx.com/fxml/1">
<icons>
<Image url="@/images/new_address_book.png" />
</icons>
Expand Down

0 comments on commit a542fc6

Please sign in to comment.