windows stars fix

This commit is contained in:
doitux
2012-01-01 23:23:53 +00:00
parent bc9deb0036
commit 811afe4739
+1 -1
View File
@@ -170,7 +170,7 @@ void MyAvatarLabel::refreshStars()
QString fontSize("12");
#ifdef _WIN32
fontSize = "12";
fontSize = "10";
#else
#ifdef __APPLE__
fontSize = "7";