now macosx stars fixed

This commit is contained in:
doitux
2012-01-01 23:05:07 +00:00
parent a16b35c43c
commit bc9deb0036
2 changed files with 1 additions and 2 deletions
@@ -1390,7 +1390,6 @@ void gameLobbyDialogImpl::accept()
closeAllChildDialogs();
//enable leave button again - it was disabled during waitxyzMsgBoxes
pushButton_Leave->setEnabled(true);
qDebug() << "hide";
QDialog::accept();
}
+1 -1
View File
@@ -173,7 +173,7 @@ void MyAvatarLabel::refreshStars()
fontSize = "12";
#else
#ifdef __APPLE__
fontSize = "9";
fontSize = "7";
#else
fontSize = "12";
#endif