mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
re-order Funds > Receive Funds | Send Funds | Transactions
This commit is contained in:
parent
e160499d30
commit
5b387f0416
@ -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="withdrawalTab" closable="false"/>
|
|
||||||
<Tab fx:id="depositTab" closable="false"/>
|
<Tab fx:id="depositTab" closable="false"/>
|
||||||
|
<Tab fx:id="withdrawalTab" closable="false"/>
|
||||||
<Tab fx:id="transactionsTab" closable="false"/>
|
<Tab fx:id="transactionsTab" closable="false"/>
|
||||||
|
|
||||||
</JFXTabPane>
|
</JFXTabPane>
|
||||||
|
Loading…
Reference in New Issue
Block a user