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