mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05:00
Fixing icon size for smiley widget.
This commit is contained in:
parent
1499092157
commit
0f6392128b
@ -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…
x
Reference in New Issue
Block a user