mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 00:25:16 -04:00
changend icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@653 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9a4fc54943
commit
1dd4274f2e
3 changed files with 4 additions and 2 deletions
|
@ -43,7 +43,7 @@ PeerStatus::PeerStatus(QWidget *parent)
|
|||
hbox->setSpacing(6);
|
||||
|
||||
iconLabel = new QLabel( this );
|
||||
iconLabel->setPixmap(QPixmap::QPixmap(":/images/user.png"));
|
||||
iconLabel->setPixmap(QPixmap::QPixmap(":/images/user/identity16.png"));
|
||||
// iconLabel doesn't change over time, so we didn't need a minimum size
|
||||
hbox->addWidget(iconLabel);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue