Skip to content

Commit 331d4ac

Browse files
Resize about dialog
1 parent e3e4d86 commit 331d4ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/example/vocabhub/Controller.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ protected void onUiMenuItem_exportVocab() throws IOException {
228228
@FXML protected void onUiMenuItem_about() {
229229
LOGGER.log(Level.INFO, "Open about form...");
230230
Alert alert = new Alert(Alert.AlertType.INFORMATION);
231+
alert.setResizable(true);
232+
alert.getDialogPane().setPrefSize(480, 20);
231233
alert.setTitle("VocabHub ~ ABOUT");
232234
alert.setHeaderText("This app was made by Patrick Schulze");
233235
alert.setContentText("For further Information contact me at: Patrick.Schulze.ofp@gmail.com");

0 commit comments

Comments
 (0)