mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-18 05:50:39 -04:00
* Disabled own location display on Friends Frame.
* Removed the Fixed size for Messages ListWidget * Update stylesheets git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7756 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ba6903150d
commit
2036f379de
11 changed files with 44 additions and 33 deletions
|
@ -93,9 +93,9 @@ ChatLobbyDialog::ChatLobbyDialog(const ChatLobbyId& lid, QWidget *parent, Qt::Wi
|
|||
|
||||
{
|
||||
QIcon icon ;
|
||||
icon.addPixmap(QPixmap(":/images/exit_32.png")) ;
|
||||
icon.addPixmap(QPixmap(":/images/door_in.png")) ;
|
||||
unsubscribeButton->setIcon(icon) ;
|
||||
unsubscribeButton->setIconSize(QSize(22,22)) ;
|
||||
unsubscribeButton->setIconSize(QSize(24,24)) ;
|
||||
}
|
||||
|
||||
/* Initialize splitter */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue