Fixed missing fxid.

This commit is contained in:
Andrew Lalis 2023-12-28 21:34:28 -05:00
parent 2658fc5c58
commit e09e36527f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
> >
<top> <top>
<HBox styleClass="std-padding,std-spacing"> <HBox styleClass="std-padding,std-spacing">
<Label text="Edit Account" styleClass="large-text,bold-text"/> <Label fx:id="titleLabel" text="Edit Account" styleClass="large-text,bold-text"/>
</HBox> </HBox>
</top> </top>
<center> <center>