mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
set GroupChat default font size to 11 pt.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2860 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5de5cf2fa5
commit
c611cdf6b9
@ -169,7 +169,7 @@ PeersDialog::PeersDialog(QWidget *parent)
|
||||
pxm.fill(_currentColor);
|
||||
ui.colorChatButton->setIcon(pxm);
|
||||
|
||||
mCurrentFont = QFont("Comic Sans MS", 12);
|
||||
mCurrentFont = QFont("Comic Sans MS", 11);
|
||||
ui.lineEdit->setFont(mCurrentFont);
|
||||
|
||||
setChatInfo(tr("Welcome to RetroShare's group chat."),
|
||||
|
Loading…
Reference in New Issue
Block a user