From 219e94910eceeebef918e0df3450f7293e7f0374 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Mon, 16 Feb 2015 19:23:31 +0000 Subject: [PATCH] Hide score label in channel post item git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7949 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- TODO.txt | 2 +- retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index e6590f0a1..701265631 100644 --- a/TODO.txt +++ b/TODO.txt @@ -29,7 +29,7 @@ List of fixes/improvements before 0.6 [ ] marking all as read in channels takes time. The channel icon should show a waiting clock during the operation to avoid the user to re-click many times in the hope to get the posts marked as read. - [ ] channels items show a 0 left to the up/Dn buttons. What is it?? + [X] channels items show a 0 left to the up/Dn buttons. What is it?? Chat lobbies [ ] Chat lobbies should use Identities. That's a significant change, probably not backward compatible. diff --git a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp index b96ee658b..e47337cd6 100644 --- a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp +++ b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp @@ -123,6 +123,8 @@ void GxsChannelPostItem::setup() //connect(ui-> voteUpButton, SIGNAL(clicked()), this, SLOT(makeUpVote())); //connect(ui->voteDownButton, SIGNAL(clicked()), this, SLOT(makeDownVote())); + ui->scoreLabel->hide(); + ui->downloadButton->hide(); ui->playButton->hide(); ui->warn_image_label->hide();