mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-10 16:29:27 -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);
|
||||
|
|
|
@ -324,7 +324,7 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
||||
<enum>Qt::ToolButtonIconOnly</enum>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue