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

This commit is contained in:
woodser 2023-12-28 09:11:15 -05:00
parent e160499d30
commit 5b387f0416

View File

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