Added own Avatar Label on Person Details

Fixed layout.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7881 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2015-01-26 23:37:27 +00:00
parent b7ab9c7e27
commit d2d0b2ae61
3 changed files with 157 additions and 107 deletions

View file

@ -157,7 +157,7 @@ void IdDetailsDialog::insertIdDetails(uint32_t token)
#ifdef ID_DEBUG
std::cerr << "Setting header frame image : " << pix.width() << " x " << pix.height() << std::endl;
#endif
ui->headerFrame->setHeaderImage(QPixmap(pix));
ui->avatarLabel->setPixmap(pix);
if (data.mPgpKnown)