mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Increase maximum avatar size to 96 to avoid blurriness in chats
This commit is contained in:
parent
dff0138376
commit
718ad1c531
@ -45,8 +45,8 @@ AvatarDialog::AvatarDialog(QWidget *parent) :
|
||||
updateInterface();
|
||||
}
|
||||
|
||||
const int AvatarDialog::RS_AVATAR_DEFAULT_IMAGE_W = 64;
|
||||
const int AvatarDialog::RS_AVATAR_DEFAULT_IMAGE_H = 64;
|
||||
const int AvatarDialog::RS_AVATAR_DEFAULT_IMAGE_W = 96;
|
||||
const int AvatarDialog::RS_AVATAR_DEFAULT_IMAGE_H = 96;
|
||||
|
||||
AvatarDialog::~AvatarDialog()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user