diff --git a/src/gui/qt/gametable/myavatarlabel.cpp b/src/gui/qt/gametable/myavatarlabel.cpp index 70870c66..43dac6b4 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 = "12"; + fontSize = "10"; #else #ifdef __APPLE__ fontSize = "7";