last windows fix

This commit is contained in:
doitux
2012-01-02 10:55:58 +00:00
parent c7a4e61d61
commit 088b145a6a
+1 -1
View File
@@ -170,7 +170,7 @@ void MyAvatarLabel::refreshStars()
QString fontSize("12");
#ifdef _WIN32
fontSize = "9";
fontSize = "10";
#else
#ifdef __APPLE__
fontSize = "7";