try winxp hack for stars

This commit is contained in:
doitux
2012-01-07 22:35:23 +00:00
parent 2604e2b962
commit 3a83d10db0
+4 -1
View File
@@ -24,6 +24,7 @@
#include "game.h" #include "game.h"
#include "mymessagedialogimpl.h" #include "mymessagedialogimpl.h"
#include "chattools.h" #include "chattools.h"
#include <QSysInfo>
using namespace std; using namespace std;
@@ -172,7 +173,9 @@ void MyAvatarLabel::refreshStars()
#ifdef _WIN32 #ifdef _WIN32
fontSize = "10"; fontSize = "10";
fontFamily = "font-family: \"Arial\", \"DejaVu Sans\";"; if(QSysInfo::windowsVersion == QSysInfo::WV_XP) {
fontFamily = "font-family: \"DejaVu Sans\";";
}
#else #else
#ifdef __APPLE__ #ifdef __APPLE__
fontSize = "7"; fontSize = "7";