Small cosmetic changes:

- Added a space between "nick (me)" and the "location" in PeersDialog.
- The own and subscribed channels in ChannelFeed are expanded by default.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3500 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-09-15 16:06:31 +00:00
parent c3e1cdafab
commit 3339e6ee0a
10 changed files with 75 additions and 62 deletions

View file

@ -112,6 +112,9 @@ ChannelFeed::ChannelFeed(QWidget *parent)
model->appendRow(popularChannels);
model->appendRow(otherChannels);
treeView->expand(ownChannels->index());
treeView->expand(subcribedChannels->index());
//added from ahead
updateChannelList();