now macosx stars fixed
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -173,7 +173,7 @@ void MyAvatarLabel::refreshStars()
|
||||
fontSize = "12";
|
||||
#else
|
||||
#ifdef __APPLE__
|
||||
fontSize = "9";
|
||||
fontSize = "7";
|
||||
#else
|
||||
fontSize = "12";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user