fix update_available.fxml dialog

This commit is contained in:
Moritz Zwerger 2024-01-10 15:34:55 +01:00
parent d36da8ed07
commit 58989aed8e
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -2,7 +2,7 @@
<!--
~ Minosoft
~ Copyright (C) 2020-2023 Moritz Zwerger
~ Copyright (C) 2020-2024 Moritz Zwerger
~
~ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
~
@ -37,7 +37,7 @@
</GridPane.margin>
<Text text="New update available: whatever"/>
</TextFlow>
<TextFlow fx:id="releaseNotesFX">
<TextFlow fx:id="releaseNotesFX" GridPane.rowIndex="1">
<GridPane.margin>
<Insets bottom="20.0" left="5.0" right="5.0" top="40.0"/>
</GridPane.margin>