From 47c14ef2ba99f8bbfd2daddb50389b5a5a18e287 Mon Sep 17 00:00:00 2001 From: defnax Date: Thu, 4 Mar 2010 18:12:25 +0000 Subject: [PATCH] fixed QFont on applicationWindow git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2485 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/unfinished/ApplicationWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/unfinished/ApplicationWindow.cpp b/retroshare-gui/src/gui/unfinished/ApplicationWindow.cpp index f462c03d5..af38a04b7 100644 --- a/retroshare-gui/src/gui/unfinished/ApplicationWindow.cpp +++ b/retroshare-gui/src/gui/unfinished/ApplicationWindow.cpp @@ -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"