mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
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
This commit is contained in:
parent
882d67f191
commit
219e94910e
2
TODO.txt
2
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
|
[ ] 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
|
during the operation to avoid the user to re-click many times in the hope to get
|
||||||
the posts marked as read.
|
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
|
||||||
[ ] Chat lobbies should use Identities. That's a significant change, probably not backward compatible.
|
[ ] Chat lobbies should use Identities. That's a significant change, probably not backward compatible.
|
||||||
|
@ -123,6 +123,8 @@ void GxsChannelPostItem::setup()
|
|||||||
//connect(ui-> voteUpButton, SIGNAL(clicked()), this, SLOT(makeUpVote()));
|
//connect(ui-> voteUpButton, SIGNAL(clicked()), this, SLOT(makeUpVote()));
|
||||||
//connect(ui->voteDownButton, SIGNAL(clicked()), this, SLOT(makeDownVote()));
|
//connect(ui->voteDownButton, SIGNAL(clicked()), this, SLOT(makeDownVote()));
|
||||||
|
|
||||||
|
ui->scoreLabel->hide();
|
||||||
|
|
||||||
ui->downloadButton->hide();
|
ui->downloadButton->hide();
|
||||||
ui->playButton->hide();
|
ui->playButton->hide();
|
||||||
ui->warn_image_label->hide();
|
ui->warn_image_label->hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user