windows font fix

This commit is contained in:
doitux
2012-01-07 20:54:36 +00:00
parent 56335bc8e5
commit 26200abb04
+1 -1
View File
@@ -171,7 +171,7 @@ void MyAvatarLabel::refreshStars()
QString fontFamily(myW->getMyGameTableStyle()->getFont1String());
#ifdef _WIN32
fontSize = "12";
fontSize = "14";
fontFamily = "font-family: \"DejaVu Sans\";";
#else
#ifdef __APPLE__