mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -04:00
Increase maximum avatar size to 96 to avoid blurriness in chats
This commit is contained in:
parent
dff0138376
commit
718ad1c531
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ AvatarDialog::AvatarDialog(QWidget *parent) :
|
||||||
updateInterface();
|
updateInterface();
|
||||||
}
|
}
|
||||||
|
|
||||||
const int AvatarDialog::RS_AVATAR_DEFAULT_IMAGE_W = 64;
|
const int AvatarDialog::RS_AVATAR_DEFAULT_IMAGE_W = 96;
|
||||||
const int AvatarDialog::RS_AVATAR_DEFAULT_IMAGE_H = 64;
|
const int AvatarDialog::RS_AVATAR_DEFAULT_IMAGE_H = 96;
|
||||||
|
|
||||||
AvatarDialog::~AvatarDialog()
|
AvatarDialog::~AvatarDialog()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue