Skip to content

Commit

Permalink
Force larger minimum window size
Browse files Browse the repository at this point in the history
  • Loading branch information
NightRaven49 committed Mar 16, 2021
1 parent be943aa commit 24e1cb1
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 @@ -13,7 +13,7 @@
<?import javafx.scene.layout.HBox?>

<fx:root type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"
title="imPoster" minWidth="450" minHeight="600" onCloseRequest="#handleExit">
title="imPoster" minWidth="825" minHeight="625" onCloseRequest="#handleExit">
<icons>
<Image url="@/images/imPoster.png" />
</icons>
Expand Down

0 comments on commit 24e1cb1

Please sign in to comment.