Adjust layout

This commit is contained in:
Nathan McRae 2025-01-19 21:41:48 -08:00
parent 40a4aefa93
commit 5b16d0c5b5

View File

@ -59,7 +59,7 @@
</children>
</AnchorPane>
<Separator prefWidth="200.0" />
<AnchorPane prefHeight="50.0" prefWidth="570.0">
<AnchorPane prefHeight="50.0" prefWidth="640.0">
<children>
<Label layoutX="14.0" text="Next message will be sent:" AnchorPane.leftAnchor="10.0" AnchorPane.topAnchor="14.0">
<font>
@ -79,7 +79,7 @@
<Insets bottom="10.0" />
</padding>
</VBox>
<TextArea fx:id="messageTextArea" layoutY="110.0" prefHeight="270.0" prefWidth="640.0" text="0239 0480 2938 0928&#10;3093 2298 3923 8933" wrapText="true" AnchorPane.bottomAnchor="40.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="110.0">
<TextArea fx:id="messageTextArea" layoutY="110.0" prefHeight="270.0" prefWidth="640.0" text="0239 0480 2938 0928&#10;3093 2298 3923 8933" wrapText="true" AnchorPane.bottomAnchor="40.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="90.0">
<font>
<Font size="30.0" />
</font>