We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e4d86 commit 331d4acCopy full SHA for 331d4ac
1 file changed
src/main/java/org/example/vocabhub/Controller.java
@@ -228,6 +228,8 @@ protected void onUiMenuItem_exportVocab() throws IOException {
228
@FXML protected void onUiMenuItem_about() {
229
LOGGER.log(Level.INFO, "Open about form...");
230
Alert alert = new Alert(Alert.AlertType.INFORMATION);
231
+ alert.setResizable(true);
232
+ alert.getDialogPane().setPrefSize(480, 20);
233
alert.setTitle("VocabHub ~ ABOUT");
234
alert.setHeaderText("This app was made by Patrick Schulze");
235
alert.setContentText("For further Information contact me at: Patrick.Schulze.ofp@gmail.com");
0 commit comments