windows tweak

This commit is contained in:
doitux
2012-01-07 23:14:21 +00:00
parent aa3f0f28e1
commit 80fe675f81
+1 -1
View File
@@ -175,7 +175,7 @@ void MyAvatarLabel::refreshStars()
fontSize = "10";
if(QSysInfo::windowsVersion() == QSysInfo::WV_XP) {
fontFamily = "font-family: \"DejaVu Sans\";";
fontSize = "11";
fontSize = "12";
}
#else
#ifdef __APPLE__