Add accessibility text for all fields

This commit is contained in:
2025-06-07 20:50:49 -07:00
parent 1c7069c737
commit afb02dcb3d
6 changed files with 24 additions and 24 deletions

View File

@ -17,7 +17,7 @@
<font>
<Font name="Liberation Sans" size="13.0" />
</font></Label>
<TextField fx:id="prefixField" layoutX="216.0" layoutY="10.0" prefHeight="25.0" prefWidth="86.0" AnchorPane.leftAnchor="216.0" AnchorPane.rightAnchor="10.0" />
<TextField fx:id="prefixField" accessibleText="Prefix field" layoutX="216.0" layoutY="10.0" prefHeight="25.0" prefWidth="86.0" AnchorPane.leftAnchor="216.0" AnchorPane.rightAnchor="10.0" />
</children>
</AnchorPane>
</children>