Skip to content

Commit

Permalink
Inserindo fx:id que faltava
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco-Paulino-Arruda-Filho committed Oct 30, 2023
1 parent b59be09 commit 73785bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</AnchorPane>
<HBox layoutX="39.0" layoutY="97.0" prefHeight="50.0" prefWidth="200.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
<children>
<TextField maxWidth="1000.0" prefHeight="26.0" prefWidth="478.0" HBox.hgrow="ALWAYS">
<TextField fx:id="nomeEvento" maxWidth="1000.0" prefHeight="26.0" prefWidth="478.0" HBox.hgrow="ALWAYS">
<HBox.margin>
<Insets top="10.0" />
</HBox.margin>
Expand Down

0 comments on commit 73785bd

Please sign in to comment.