mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-12 08:58:02 -04:00
fix update_available.fxml dialog
This commit is contained in:
parent
d36da8ed07
commit
58989aed8e
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user