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 a8a2c04 commit c59e256
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 c59e256

Please sign in to comment.