Add the number of spectators next to the spectator icon #206
This commit is contained in:
@@ -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+"; }");
|
||||
|
||||
@@ -222,10 +222,9 @@ public:
|
||||
void setVoteStringsStyle(QLabel*);
|
||||
void setBetValueInputStyle(QSpinBox*);
|
||||
void setSliderStyle(QSlider*);
|
||||
|
||||
void setTabWidgetStyle(QTabWidget*, QTabBar*);
|
||||
|
||||
void setWindowsGeometry(gameTableImpl*);
|
||||
void setSpectatorNumberLabelStyle(QLabel*);
|
||||
|
||||
//set pics and fonts and colors
|
||||
void setButtonsStyle(MyActionButton*, MyActionButton*, MyActionButton*, MyActionButton*, int);
|
||||
|
||||
Reference in New Issue
Block a user