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:
defnax 2008-07-29 18:53:27 +00:00
parent 9a4fc54943
commit 1dd4274f2e
3 changed files with 4 additions and 2 deletions

View file

@ -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);