mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-15 10:26:37 -04:00
Reformatting
This commit is contained in:
parent
299589ccf4
commit
da2e7fd968
@ -35,7 +35,7 @@ public class NotificationEvent extends Event {
|
||||
|
||||
|
||||
// ******************** Constructors **************************************
|
||||
public NotificationEvent(final Notification NOTIFICATION, final Object SOURCE, final EventTarget TARGET,
|
||||
public NotificationEvent(final Notification NOTIFICATION, final Object SOURCE, final EventTarget TARGET,
|
||||
EventType<NotificationEvent> TYPE) {
|
||||
super(SOURCE, TARGET, TYPE);
|
||||
this.NOTIFICATION = NOTIFICATION;
|
||||
|
@ -174,7 +174,7 @@ class MainModel extends UIModel {
|
||||
}
|
||||
});
|
||||
|
||||
tradeManager.getPendingTrades().addListener((MapChangeListener<String,
|
||||
tradeManager.getPendingTrades().addListener((MapChangeListener<String,
|
||||
Trade>) change -> updateNumPendingTrades());
|
||||
updateNumPendingTrades();
|
||||
|
||||
|
@ -59,7 +59,7 @@
|
||||
</GridPane.margin>
|
||||
</HBox>
|
||||
|
||||
<InfoDisplay gridPane="$root" onAction="#onOpenHelp" rowIndex="4"
|
||||
<InfoDisplay gridPane="$root" onAction="#onOpenHelp" rowIndex="4"
|
||||
text="Protect your wallet with a strong password. You need to enter the password any time you withdraw Bitcoin from your trading wallets. You can change the password later in the settings. Open the help menu for more information."/>
|
||||
|
||||
<columnConstraints>
|
||||
|
@ -49,7 +49,7 @@
|
||||
<Insets bottom="5"/>
|
||||
</GridPane.margin>
|
||||
</Button>
|
||||
<InfoDisplay gridPane="$root" onAction="#onOpenHelp" rowIndex="3"
|
||||
<InfoDisplay gridPane="$root" onAction="#onOpenHelp" rowIndex="3"
|
||||
text="You can recreate your wallet our of these words when you lose your wallet. Backup it on paper to have better protection against online theft. Open the help menu for more information."/>
|
||||
|
||||
<columnConstraints>
|
||||
|
Loading…
x
Reference in New Issue
Block a user