mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-23 04:29:22 +00:00
re-order Funds > Receive Funds | Send Funds | Transactions
This commit is contained in:
parent
e160499d30
commit
5b387f0416
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="withdrawalTab" closable="false"/>
|
||||
<Tab fx:id="depositTab" closable="false"/>
|
||||
<Tab fx:id="withdrawalTab" closable="false"/>
|
||||
<Tab fx:id="transactionsTab" closable="false"/>
|
||||
|
||||
</JFXTabPane>
|
||||
|
|
Loading…
Reference in a new issue