diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-30 15:33:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-30 15:33:58 +0300 |
commit | 7e64ede79a741b7dc1c63d73301a58f4e510278d (patch) | |
tree | 77e97b91817eef81c4255898c17beb74c71d3dae /src/gui/widgets/tabs | |
parent | 48ae2e7b91b0e340c91bd7c5b69a39a66c0e68ca (diff) | |
download | plus-7e64ede79a741b7dc1c63d73301a58f4e510278d.tar.gz plus-7e64ede79a741b7dc1c63d73301a58f4e510278d.tar.bz2 plus-7e64ede79a741b7dc1c63d73301a58f4e510278d.tar.xz plus-7e64ede79a741b7dc1c63d73301a58f4e510278d.zip |
Add new theme color TABLE_BACKGROUND.
It used in background of table headers.
Diffstat (limited to 'src/gui/widgets/tabs')
-rw-r--r-- | src/gui/widgets/tabs/setup_relations.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/tabs/setup_relations.cpp b/src/gui/widgets/tabs/setup_relations.cpp index c06ec6c49..c1b6cc1ed 100644 --- a/src/gui/widgets/tabs/setup_relations.cpp +++ b/src/gui/widgets/tabs/setup_relations.cpp @@ -268,8 +268,8 @@ Setup_Relations::Setup_Relations(const Widget2 *const widget) : mPlayerTableTitleModel->fixColumnWidth(NAME_COLUMN, NAME_COLUMN_WIDTH); mPlayerTableTitleModel->fixColumnWidth(RELATION_CHOICE_COLUMN, RELATION_CHOICE_COLUMN_WIDTH); - mPlayerTitleTable->setBackgroundColor(gcn::Color(0xbf, 0xbf, 0xbf)); - + mPlayerTitleTable->setBackgroundColor(getThemeColor( + Theme::TABLE_BACKGROUND)); for (int i = 0; i < COLUMNS_NR; i++) { |