mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
Added new smiley to the emotes.acs, changed the Smiley Button size for a better mouse over effect.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3569 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a16530c04f
commit
12fd5b29f7
3 changed files with 4 additions and 2 deletions
|
@ -126,8 +126,8 @@ void Emoticons::showSmileyWidget(QWidget *parent, QWidget *button, const char *s
|
|||
{
|
||||
QWidget *smWidget = new QWidget(parent, Qt::Popup);
|
||||
|
||||
const int buttonWidth = 24;
|
||||
const int buttonHeight = 24;
|
||||
const int buttonWidth = 26;
|
||||
const int buttonHeight = 26;
|
||||
const int countPerLine = 9;
|
||||
|
||||
int rowCount = (Smileys.size()/countPerLine) + ((Smileys.size() % countPerLine) ? 1 : 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue