no message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user