try winxp hack for stars
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user