re-enabled hide of status column in friends list

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8209 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-05-03 09:15:42 +00:00
parent 80e82dbde6
commit a8458037d5
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ To be done
0031a[ ] ... the lobby name bar also seems redundant ....
0032 [ ] In Network->friend list. Remove "[Connected]" to location names. Takes room and isn't useful since the text is in bold
0032 [X] In Network->friend list. Remove "[Connected]" to location names. Takes room and isn't useful since the text is in bold
when connected. Also put the avatar column first. Remove the "Busy" and "Idle" text since they are shown as icon already and
set them as tooltip => lots of saved space.

View File

@ -1981,7 +1981,7 @@ void FriendList::createDisplayMenu()
menu->addAction(ui->actionShowAvatarColumn);
menu->addAction(ui->actionShowLastContactColumn);
menu->addAction(ui->actionShowIPColumn);
//menu->addAction(ui->actionShowStatusColumn);
menu->addAction(ui->actionShowStatusColumn);
menu = displayMenu->addMenu(tr("Sort by"));
// menu->addAction(ui->actionSortByName);
menu->addAction(ui->actionSortByState);