mirror of
https://github.com/boldsuck/haveno.git
synced 2025-01-21 23:44:29 +00:00
re-order Funds > Send Funds | Receive Funds | Transactions
This commit is contained in:
parent
222af4768b
commit
99e73abd3b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue