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:
defnax 2010-09-30 15:45:43 +00:00
parent a16530c04f
commit 12fd5b29f7
3 changed files with 4 additions and 2 deletions

View file

@ -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);