server
Clone or download
Modified Files
--- 'a/src/main/java/com/stream_pi/server/window/settings/About/About.java'
+++ b/src/main/java/com/stream_pi/server/window/settings/About/About.java
@@ -99,8 +99,9 @@ public class About extends VBox
URL buildFile = Main.class.getResource("build-date");
if(buildFile != null)
{
- Label buildTime = new Label("Build date/time: "+Files.readString(Paths.get(Objects.requireNonNull(buildFile.toURI().getPath()))));
- getChildren().addAll(buildTime);
+ Label buildDateLabel = new Label("Build date/time: "+ Files.readString(Paths.get(Objects.requireNonNull(buildFile.toURI().getPath()))));
+ buildDateLabel.getStyleClass().add("build-date-label");
+ getChildren().addAll(buildDateLabel);
}
else
{
--- 'a/style_classes.txt'
+++ b/style_classes.txt
@@ -1,4 +1,4 @@
-This list is somewhat outdated. Some classes are missing/no longer work. This will be updated soon
+This list is outdated. Some classes are missing/no longer work. This will be updated soon
dashboard
Action Details Pane - action_details_pane