Add missing fx:id

This commit is contained in:
Manfred Karrer 2014-09-16 23:48:48 +02:00
parent c5c9b14c31
commit d0ccc365dc

View File

@ -36,8 +36,9 @@
AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"
AnchorPane.bottomAnchor="0.0">
<GridPane hgap="5.0" vgap="5.0">
<padding>
<!--suppress JavaFxUnresolvedFxIdReference -->
<GridPane fx:id="gridPane" hgap="5.0" vgap="5.0">
<padding>
<Insets bottom="-10.0" left="25.0" top="30.0" right="25"/>
</padding>