Add the number of spectators next to the spectator icon #206

This commit is contained in:
doitux
2013-11-12 23:23:51 +01:00
parent 7b3ec43bd1
commit 044553fddb
4 changed files with 19 additions and 2 deletions
@@ -1372,6 +1372,12 @@ void GameTableStyleReader::setCashLabelStyle(QLabel *cl)
cl->setStyleSheet("QLabel { "+ font2String +" font-size: "+cashFontSize+"px; font-weight: bold; color: #"+PlayerCashTextColor+"; }");
}
void GameTableStyleReader::setSpectatorNumberLabelStyle(QLabel *snl)
{
snl->setStyleSheet("QLabel { "+ font2String +" font-size: 12px; font-weight: bold; color: #"+MenuTextColor+"; }");
snl->setAlignment(Qt::AlignHCenter);
}
void GameTableStyleReader::setSetLabelStyle(QLabel *sl)
{
sl->setStyleSheet("QLabel { "+ font2String +" font-size: "+setLabelFontSize+"px; font-weight: bold; color: #"+PlayerBetTextColor+"; }");