mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
changed Avatar pixel size, and added for Privat Chat's Avatar background new images.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3405 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
708ae2936e
commit
4d9eaac22d
10 changed files with 24 additions and 16 deletions
|
@ -1567,7 +1567,7 @@ void PeersDialog::getAvatar()
|
|||
if(!fileName.isEmpty())
|
||||
{
|
||||
QPixmap picture;
|
||||
picture = QPixmap(fileName).scaled(82,82, Qt::IgnoreAspectRatio,Qt::SmoothTransformation);
|
||||
picture = QPixmap(fileName).scaled(96,96, Qt::IgnoreAspectRatio,Qt::SmoothTransformation);
|
||||
|
||||
#ifdef PEERS_DEBUG
|
||||
std::cerr << "Sending avatar image down the pipe" << std::endl ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue