From 811afe4739d0c6339504134e230e6c1c81dcbd8f Mon Sep 17 00:00:00 2001 From: doitux Date: Sun, 1 Jan 2012 23:23:53 +0000 Subject: [PATCH] windows stars fix --- 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 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";