gui tweaks for autofold mode, new timeout message about autofold mode

This commit is contained in:
doitux
2011-12-20 22:11:23 +00:00
parent 6df1a9b93c
commit e3a30d571c
9 changed files with 148 additions and 31 deletions
+10
View File
@@ -129,9 +129,19 @@ public:
QString getPlayerNickTextColor() const {
return PlayerNickTextColor;
}
QString getPlayerCashTextColor() const {
return PlayerCashTextColor;
}
QString getPlayerNameLabelFontSize() const {
return playerNameLabelFontSize;
}
QString getPlayerCashLabelFontSize() const {
return cashFontSize;
}
QString getFont2String() const {
return font2String;
}