fixed some layout of the Avatar frame an the layout of the Chat Dialog.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@402 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-03-22 19:11:32 +00:00
parent 562aa4f34d
commit 7c10e395b6
2 changed files with 256 additions and 158 deletions

View file

@ -75,7 +75,7 @@ PopupChatDialog::PopupChatDialog(std::string id, std::string name,
setWindowTitle(title);
//set the default avatar
ui.avatarlabel->setPixmap(QPixmap(":/images/retrosharelogo1.png"));
//ui.avatarlabel->setPixmap(QPixmap(":/images/retrosharelogo1.png"));
setWindowIcon(QIcon(QString(":/images/rstray3.png")));
ui.textboldButton->setIcon(QIcon(QString(":/images/edit-bold.png")));