mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
re-order Funds > Send Funds | Receive Funds | Transactions
This commit is contained in:
parent
222af4768b
commit
99e73abd3b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user