mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
deactivate close on key event enter
This commit is contained in:
parent
c0cc86badf
commit
a823c0360e
@ -139,7 +139,7 @@ public class DisputeSummaryWindow extends Overlay<DisputeSummaryWindow> {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
protected void createGridPane() {
|
||||
super.createGridPane();
|
||||
|
@ -102,7 +102,7 @@ public class EmptyWalletWindow extends Overlay<EmptyWalletWindow> {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void addContent() {
|
||||
addMultilineLabel(gridPane, ++rowIndex,
|
||||
"Please use that only in emergency case if you cannot access your fund from the UI.\n\n" +
|
||||
|
@ -102,7 +102,7 @@ public class SendAlertMessageWindow extends Overlay<SendAlertMessageWindow> {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void addContent() {
|
||||
InputTextField keyInputTextField = addLabelInputTextField(gridPane, ++rowIndex, "Alert private key:", 10).second;
|
||||
|
||||
@ -115,7 +115,7 @@ public class SendAlertMessageWindow extends Overlay<SendAlertMessageWindow> {
|
||||
|
||||
InputTextField versionInputTextField = addLabelInputTextField(gridPane, ++rowIndex, "New version nr.:").second;
|
||||
versionInputTextField.disableProperty().bind(isUpdateCheckBox.selectedProperty().not());
|
||||
|
||||
|
||||
if (BitsquareApp.DEV_MODE)
|
||||
keyInputTextField.setText("2e41038992f89eef2e4634ff3586e342c68ad9a5a7ffafee866781687f77a9b1");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user