Skip to content

Commit

Permalink
Merge pull request #575 from ong6/Bug-Fix
Browse files Browse the repository at this point in the history
Update minimun size
  • Loading branch information
ong6 authored Apr 7, 2021
2 parents 7dc3ac3 + b52e6cb commit 0cdd5f7
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 @@ -11,7 +11,7 @@
<?import javafx.stage.Stage?>

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

0 comments on commit 0cdd5f7

Please sign in to comment.