no message

This commit is contained in:
2025-03-16 15:28:04 +03:00
parent 933638afb8
commit 21a41987b4
14 changed files with 193 additions and 105 deletions

View File

@@ -36,7 +36,11 @@ public class UserDialog extends DBObjectDialog<User, UserFields> {
Result.password = new String(fields.tfPassword.getPassword());
}
@Override
public int getDefaultWidth() {
return 600;
}
@Override
public int getDefaultHeight() {
return 250;
return 400;
}
}