fixed QFont on applicationWindow

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2485 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-03-04 18:12:25 +00:00
parent 07da0c3917
commit 47c14ef2ba

View File

@ -42,7 +42,7 @@
#include "StatisticDialog.h"
#define FONT QFont(tr("Arial"), 8)
#define FONT QFont("Arial", 9)
/* Images for toolbar icons */
#define IMAGE_NETWORK ":/images/network32.png"