mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 21:23:46 +01: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"
|
AnchorPane.topAnchor="0.0"
|
||||||
xmlns:fx="http://javafx.com/fxml">
|
xmlns:fx="http://javafx.com/fxml">
|
||||||
|
|
||||||
<Tab fx:id="depositTab" closable="false"/>
|
|
||||||
<Tab fx:id="withdrawalTab" closable="false"/>
|
<Tab fx:id="withdrawalTab" closable="false"/>
|
||||||
|
<Tab fx:id="depositTab" closable="false"/>
|
||||||
<Tab fx:id="transactionsTab" closable="false"/>
|
<Tab fx:id="transactionsTab" closable="false"/>
|
||||||
|
|
||||||
</JFXTabPane>
|
</JFXTabPane>
|
||||||
|
Loading…
Reference in New Issue
Block a user