mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 04:22:27 -04:00
* Fixed sorting in Friends
* disabled auto scroll for Friends Widgett * added retroshare own logo for Network icon * Fixed layouts/margins/spacings of the Create Forum Message Dialog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@847 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
74104d71e7
commit
e03d808ad3
9 changed files with 58 additions and 33 deletions
|
@ -154,6 +154,7 @@ PeersDialog::PeersDialog(QWidget *parent)
|
|||
timer->connect(timer, SIGNAL(timeout()), this, SLOT(insertChat()));
|
||||
timer->start(500); /* half a second */
|
||||
|
||||
ui.peertreeWidget->sortItems( 1, Qt::AscendingOrder );
|
||||
|
||||
|
||||
/* Hide platform specific features */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue