mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 01:54:25 -05:00
Changed smiley widget default width
Update Emotes file
This commit is contained in:
parent
0f6392128b
commit
486c11377f
3 changed files with 70 additions and 6 deletions
|
|
@ -184,6 +184,7 @@ void Emoticons::showSmileyWidget(QWidget *parent, QWidget *button, const char *s
|
|||
//
|
||||
QFontMetricsF fm(parent->font()) ;
|
||||
smTab->setIconSize(QSize(32*fm.height()/14.0,32*fm.height()/14.0));
|
||||
smTab->setMinimumWidth(400);
|
||||
|
||||
if (groupName.right(4).toLower() == ".png")
|
||||
smTab->addTab( tabGrpWidget, QIcon(groupName), "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue