mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 08:54:13 -04:00
Fixing icon size for smiley widget.
This commit is contained in:
parent
1499092157
commit
0f6392128b
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ void Emoticons::showSmileyWidget(QWidget *parent, QWidget *button, const char *s
|
|||
smGLayout->addWidget(smTab);
|
||||
}
|
||||
|
||||
const int buttonWidth = QFontMetricsF(smWidget->font()).height()*1.2;
|
||||
const int buttonHeight = QFontMetricsF(smWidget->font()).height()*1.2;
|
||||
const int buttonWidth = QFontMetricsF(smWidget->font()).height()*2.4;
|
||||
const int buttonHeight = QFontMetricsF(smWidget->font()).height()*2.4;
|
||||
int maxRowCount = 0;
|
||||
int maxCountPerLine = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue