From a16b35c43ca09c1241b03958ac758822fbdee6d1 Mon Sep 17 00:00:00 2001 From: doitux Date: Sun, 1 Jan 2012 22:40:44 +0000 Subject: [PATCH] next try --- src/gui/qt/gametable/myavatarlabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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