Signed-off-by: Armin Schrenk <armin.schrenk@skymatic.de>
This commit is contained in:
Armin Schrenk
2025-12-05 10:50:48 +01:00
parent 5e229395f1
commit 8e9a001fde
2 changed files with 29 additions and 24 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
prefHeight="200.0" prefWidth="300.0" maxHeight="300.0" maxWidth="400.0"
styleClass="notification-window">
<padding>
<Insets top="18" right="24" bottom="22" left="24"/>
<Insets top="12" right="12" bottom="12" left="12"/>
</padding>
<top>
<HBox spacing="12" styleClass="dialog-header" alignment="CENTER_LEFT">
@@ -34,7 +34,7 @@
</top>
<center>
<VBox spacing="10">
<VBox spacing="12">
<!--Label text="${controller.message}" styleClass="label-large" wrapText="true"/-->
<Label text="${controller.description}" styleClass="label" wrapText="true"/>
</VBox>