mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
Different backgrounds per player (#3990)
This commit is contained in:
parent
04274d2497
commit
fd0620445c
3 changed files with 14 additions and 1 deletions
|
|
@ -107,3 +107,8 @@ void ThemeManager::themeChangedSlot()
|
|||
|
||||
emit themeChanged();
|
||||
}
|
||||
|
||||
QBrush ThemeManager::getExtraTableBgBrush(QString extraNumber)
|
||||
{
|
||||
return loadBrush(TABLEZONE_BG_NAME + extraNumber, QColor(70, 50, 100));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue