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

View File

@ -477,6 +477,7 @@
<file>qss/chat/history/variants/Standard.css</file>
<file>smileys/amorous.png</file>
<file>smileys/angry.png</file>
<file>smileys/bad.png</file>
<file>smileys/beer.png</file>
<file>smileys/cake.png</file>
<file>smileys/camera.png</file>

View File

@ -39,6 +39,7 @@
"(S)":"smileys/moon.png"
"*-:)":"smileys/lamp.png"
"(Y)|(y)":"smileys/good.png"
"(N)|(n)":"smileys/bad.png"
"(D)|(d)":"smileys/drink.png"
"(ap)":"smileys/airplane.png"
"(tu)":"smileys/turtle.png"