mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 11:32: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue