mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 08:35:16 -04:00
fixed toolbutton noText property for comments, and let Qt decide on the size of icons
This commit is contained in:
parent
5c240c6abb
commit
0078f02d39
2 changed files with 6 additions and 6 deletions
|
@ -191,11 +191,11 @@ void BoardPostDisplayWidgetBase::setup()
|
|||
|
||||
readButton()->setChecked(false);
|
||||
|
||||
voteUpButton()->setIconSize(QSize(S*1.5,S*1.5));
|
||||
voteDownButton()->setIconSize(QSize(S*1.5,S*1.5));
|
||||
commentButton()->setIconSize(QSize(S*1.5,S*1.5));
|
||||
readButton()->setIconSize(QSize(S*1.5,S*1.5));
|
||||
shareButton()->setIconSize(QSize(S*1.5,S*1.5));
|
||||
// voteUpButton()->setIconSize(QSize(S*1.5,S*1.5));
|
||||
// voteDownButton()->setIconSize(QSize(S*1.5,S*1.5));
|
||||
// commentButton()->setIconSize(QSize(S*1.5,S*1.5));
|
||||
// readButton()->setIconSize(QSize(S*1.5,S*1.5));
|
||||
// shareButton()->setIconSize(QSize(S*1.5,S*1.5));
|
||||
|
||||
QMenu *menu = new QMenu();
|
||||
menu->addAction(CopyLinkAction);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue