|
From: Vest <no...@gi...> - 2026-09-25 12:55:47
|
Branch: refs/heads/master Home: https://github.com/PCGen/pcgen Commit: 2726b7a3f0b4e83bd9eb2c9d3487d13bcbdb6e23 https://github.com/PCGen/pcgen/commit/2726b7a3f0b4e83bd9eb2c9d3487d13bcbdb6e23 Author: Vest <Ve...@us...> Date: 2026-09-25 (Fri, 25 Sep 2026) Changed paths: M code/src/java/pcgen/gui3/preloader/PCGenPreloader.java M code/src/java/pcgen/gui3/preloader/PCGenPreloaderController.java A code/src/resources/pcgen/gui3/preloader/PCGenPreloader.css M code/src/resources/pcgen/gui3/preloader/PCGenPreloader.fxml M code/src/test/pcgen/gui3/preloader/PCGenPreloaderTest.java Log Message: ----------- Restyle the JavaFX splash screen as a framed-parchment card (#7747) * feat: restyle splash screen as a framed-parchment JavaFX card Give the JavaFX preloader an undecorated, transparent, centered always-on-top stage and a framed-parchment look: rounded gold border, drop shadow, translucent sepia status bar, and a gold progress fill. The ImageView is clipped to rounded top corners so it no longer overhangs the frame, and the card carries a parchment-toned background so no dark seam shows between the image and the border or the status bar. Fix the PCGenPreloaderTest image-id assertion to match the renamed node. * fix: contain splash progress-bar height so its rounded ends aren't clipped The HBox stretched the ProgressBar to the status-bar row height, forcing the gold fill past its rounded track and clipping it flat. Pin the bar to a fixed 14px height and round the fill inside the track. To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |