From 82abefd7567f361311b62cd96a0e9e738e233beb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Aug 2012 01:49:15 +0300 Subject: Add textfield own color. Parameter "TEXTFIELD" in colors.xml --- data/graphics/gui/colors.xml | 1 + data/themes/blacknblack/colors.xml | 1 + data/themes/blackwood/colors.xml | 1 + data/themes/enchilado/colors.xml | 1 + data/themes/mana/colors.xml | 1 + data/themes/pink/colors.xml | 1 + data/themes/unity/colors.xml | 1 + data/themes/wood/colors.xml | 1 + src/gui/theme.cpp | 1 + src/gui/theme.h | 1 + src/gui/widgets/textfield.cpp | 2 +- 11 files changed, 11 insertions(+), 1 deletion(-) diff --git a/data/graphics/gui/colors.xml b/data/graphics/gui/colors.xml index 6d11adf56..9ee0d3c58 100644 --- a/data/graphics/gui/colors.xml +++ b/data/graphics/gui/colors.xml @@ -13,6 +13,7 @@ + diff --git a/data/themes/blacknblack/colors.xml b/data/themes/blacknblack/colors.xml index 5bfe0f103..69b6a5aa8 100644 --- a/data/themes/blacknblack/colors.xml +++ b/data/themes/blacknblack/colors.xml @@ -13,6 +13,7 @@ + diff --git a/data/themes/blackwood/colors.xml b/data/themes/blackwood/colors.xml index f57883f8c..9848c170e 100644 --- a/data/themes/blackwood/colors.xml +++ b/data/themes/blackwood/colors.xml @@ -13,6 +13,7 @@ + diff --git a/data/themes/enchilado/colors.xml b/data/themes/enchilado/colors.xml index a98ad1068..49f33e1ce 100644 --- a/data/themes/enchilado/colors.xml +++ b/data/themes/enchilado/colors.xml @@ -13,6 +13,7 @@ + diff --git a/data/themes/mana/colors.xml b/data/themes/mana/colors.xml index b0668f1ff..29b08fe8f 100644 --- a/data/themes/mana/colors.xml +++ b/data/themes/mana/colors.xml @@ -13,6 +13,7 @@ + diff --git a/data/themes/pink/colors.xml b/data/themes/pink/colors.xml index 301eacf2b..7ce80b0b1 100644 --- a/data/themes/pink/colors.xml +++ b/data/themes/pink/colors.xml @@ -13,6 +13,7 @@ + diff --git a/data/themes/unity/colors.xml b/data/themes/unity/colors.xml index 717dffc13..52300da0d 100644 --- a/data/themes/unity/colors.xml +++ b/data/themes/unity/colors.xml @@ -12,6 +12,7 @@ + diff --git a/data/themes/wood/colors.xml b/data/themes/wood/colors.xml index 80d619c29..7dce79f4a 100644 --- a/data/themes/wood/colors.xml +++ b/data/themes/wood/colors.xml @@ -13,6 +13,7 @@ + diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index cc9116cdd..9aa920bc7 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -669,6 +669,7 @@ static int readColorType(const std::string &type) "RADIOBUTTON", "TAB", "TEXTBOX", + "TEXTFIELD", "PARTY_CHAT_TAB", "PARTY_SOCIAL_TAB", "GUILD_CHAT_TAB", diff --git a/src/gui/theme.h b/src/gui/theme.h index 9c89afc84..2c9588b6c 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -177,6 +177,7 @@ class Theme : public Palette, public ConfigListener RADIOBUTTON, TAB, TEXTBOX, + TEXTFIELD, PARTY_CHAT_TAB, PARTY_SOCIAL_TAB, GUILD_CHAT_TAB, diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp index 261cdf901..1c22a0a7b 100644 --- a/src/gui/widgets/textfield.cpp +++ b/src/gui/widgets/textfield.cpp @@ -60,7 +60,7 @@ TextField::TextField(const std::string &text, bool loseFocusOnTab, { setFrameSize(2); - setForegroundColor(Theme::getThemeColor(Theme::TEXT)); + setForegroundColor(Theme::getThemeColor(Theme::TEXTFIELD)); if (instances == 0) { -- cgit v1.2.3-70-g09d2