changed and replaced some icons (needs fresh recompile)

changed the default headerframe colors

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6579 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2013-08-15 16:20:14 +00:00
parent 6ca05401fc
commit 20c35ea27f
21 changed files with 32 additions and 19 deletions

View file

@ -89,7 +89,7 @@ ChatLobbyDialog::ChatLobbyDialog(const ChatLobbyId& lid, QWidget *parent, Qt::WF
{
QIcon icon ;
icon.addPixmap(QPixmap(":/images/deletemail24.png")) ;
icon.addPixmap(QPixmap(":/images/exit_32.png")) ;
unsubscribeButton->setIcon(icon) ;
unsubscribeButton->setIconSize(QSize(22,22)) ;
}