Skip to content

Commit

Permalink
Fix new credential mask not entirely shown
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise authored and Coduz committed Oct 19, 2022
1 parent 7d956c6 commit 6ef118e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,7 +112,7 @@ public void selectionChanged(SelectionChangedEvent<SimpleComboValue<GwtCredentia
password.clearInvalid();
confirmPassword.clearInvalid();
if (password.isVisible() && confirmPassword.isVisible()) {
DialogUtils.resizeDialog(CredentialAddDialog.this, 400, 335);
DialogUtils.resizeDialog(CredentialAddDialog.this, 400, 390);
passwordTooltip.show();
password.setAllowBlank(false);
} else {
Expand Down

0 comments on commit 6ef118e

Please sign in to comment.