deactivate close on key event enter

This commit is contained in:
Manfred Karrer 2016-04-11 23:55:02 +02:00
parent c0cc86badf
commit a823c0360e
3 changed files with 4 additions and 4 deletions

View File

@ -139,7 +139,7 @@ public class DisputeSummaryWindow extends Overlay<DisputeSummaryWindow> {
});
}
}
@Override
protected void createGridPane() {
super.createGridPane();

View File

@ -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" +

View File

@ -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");