Update layout to work on linux

This commit is contained in:
2025-02-19 22:31:03 -08:00
parent 5703d9bce4
commit 307620a930
6 changed files with 12 additions and 7 deletions

View File

@ -42,7 +42,7 @@
<children>
<Label fx:id="titleLabel" layoutX="86.0" layoutY="24.0" text="Notification title (this sure is a title)">
<font>
<Font name="System Bold" size="16.0" />
<Font name="Liberation Sans Bold" size="16.0" />
</font>
</Label>
<Button fx:id="dismissButton" layoutX="325.0" layoutY="139.0" mnemonicParsing="false" onMousePressed="#handleDismissButtonPressed" text="Dismiss" AnchorPane.bottomAnchor="14.0" AnchorPane.rightAnchor="14.0" />