now macosx stars fixed
This commit is contained in:
@@ -1390,7 +1390,6 @@ void gameLobbyDialogImpl::accept()
|
|||||||
closeAllChildDialogs();
|
closeAllChildDialogs();
|
||||||
//enable leave button again - it was disabled during waitxyzMsgBoxes
|
//enable leave button again - it was disabled during waitxyzMsgBoxes
|
||||||
pushButton_Leave->setEnabled(true);
|
pushButton_Leave->setEnabled(true);
|
||||||
qDebug() << "hide";
|
|
||||||
QDialog::accept();
|
QDialog::accept();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ void MyAvatarLabel::refreshStars()
|
|||||||
fontSize = "12";
|
fontSize = "12";
|
||||||
#else
|
#else
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
fontSize = "9";
|
fontSize = "7";
|
||||||
#else
|
#else
|
||||||
fontSize = "12";
|
fontSize = "12";
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user