re-order Funds > Send Funds | Receive Funds | Transactions

This commit is contained in:
woodser 2023-10-09 16:08:01 -04:00
parent 222af4768b
commit 99e73abd3b

View File

@ -24,8 +24,8 @@
AnchorPane.topAnchor="0.0"
xmlns:fx="http://javafx.com/fxml">
<Tab fx:id="depositTab" closable="false"/>
<Tab fx:id="withdrawalTab" closable="false"/>
<Tab fx:id="depositTab" closable="false"/>
<Tab fx:id="transactionsTab" closable="false"/>
</JFXTabPane>