diff --git a/src/gui/qt/gametable/myavatarlabel.cpp b/src/gui/qt/gametable/myavatarlabel.cpp index 9b5da3dd..f9aa1d31 100644 --- a/src/gui/qt/gametable/myavatarlabel.cpp +++ b/src/gui/qt/gametable/myavatarlabel.cpp @@ -170,7 +170,7 @@ void MyAvatarLabel::refreshStars() QString fontSize("12"); #ifdef _WIN32 - fontSize = "9"; + fontSize = "10"; #else #ifdef __APPLE__ fontSize = "7";