mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 16:15:43 -04:00
Set Light gray background color for the identicons for better look n feel.
Fixed to scale QLabel content. Moved to display Avatars on ID Dialog into a QLabel git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7907 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7642ba1c1f
commit
0ebc1223b3
5 changed files with 67 additions and 12 deletions
|
@ -557,7 +557,8 @@ void IdDialog::insertIdDetails(uint32_t token)
|
|||
#ifdef ID_DEBUG
|
||||
std::cerr << "Setting header frame image : " << pix.width() << " x " << pix.height() << std::endl;
|
||||
#endif
|
||||
ui->headerFrame->setHeaderImage(pixmap);
|
||||
ui->headerFrame->setHeaderImage(QPixmap(":/images/user/personal64.png"));
|
||||
ui->avatarLabel->setPixmap(pixmap);
|
||||
|
||||
if (data.mPgpKnown)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue