mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-22 13:39:39 -04:00
Add missing fx:id
This commit is contained in:
parent
c5c9b14c31
commit
d0ccc365dc
1 changed files with 3 additions and 2 deletions
|
@ -36,8 +36,9 @@
|
||||||
AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"
|
AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"
|
||||||
AnchorPane.bottomAnchor="0.0">
|
AnchorPane.bottomAnchor="0.0">
|
||||||
|
|
||||||
<GridPane hgap="5.0" vgap="5.0">
|
<!--suppress JavaFxUnresolvedFxIdReference -->
|
||||||
<padding>
|
<GridPane fx:id="gridPane" hgap="5.0" vgap="5.0">
|
||||||
|
<padding>
|
||||||
<Insets bottom="-10.0" left="25.0" top="30.0" right="25"/>
|
<Insets bottom="-10.0" left="25.0" top="30.0" right="25"/>
|
||||||
</padding>
|
</padding>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue