From 3d7616070045079241ea446010f6df20e0371a38 Mon Sep 17 00:00:00 2001 From: MAOXIONGKAI Date: Tue, 17 Sep 2024 17:58:52 +0800 Subject: [PATCH] Allow resizing of application window The layout of the program window is messed up when user attempts to resize the window. Changes are made by SceneBuilder configurations to ensure that the window and the UI elements are anchored properly at the expected position when user resize the window, so as to enhance user experience --- src/main/resources/view/MainWindow.fxml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/view/MainWindow.fxml b/src/main/resources/view/MainWindow.fxml index 57f29fc6de..9bcf6c7f0c 100644 --- a/src/main/resources/view/MainWindow.fxml +++ b/src/main/resources/view/MainWindow.fxml @@ -8,9 +8,9 @@ - -