mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
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:
parent
c3e1cdafab
commit
3339e6ee0a
10 changed files with 75 additions and 62 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue