summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-11-22 21:37:24 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-11-22 21:37:24 +0100
commitd553924a7f8c911d944207f7431b7e0ebd2b0fe8 (patch)
tree73bfbc94672e189a5ce2faf6c40ada36f3403ff8
parent8e17e8b8a3840f37f7dc0c180181974470b9d9d7 (diff)
downloadplus-d553924a7f8c911d944207f7431b7e0ebd2b0fe8.tar.gz
plus-d553924a7f8c911d944207f7431b7e0ebd2b0fe8.tar.bz2
plus-d553924a7f8c911d944207f7431b7e0ebd2b0fe8.tar.xz
plus-d553924a7f8c911d944207f7431b7e0ebd2b0fe8.zip
Fake solution to avoid Theme Info button graphic to be corrupted.
-rw-r--r--src/gui/setup_theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_theme.cpp b/src/gui/setup_theme.cpp
index 658877eed..a6863e080 100644
--- a/src/gui/setup_theme.cpp
+++ b/src/gui/setup_theme.cpp
@@ -196,7 +196,7 @@ Setup_Theme::Setup_Theme(const Widget2 *const widget) :
mNpcFontSize(config.getIntValue("npcfontSize")),
mNpcFontSizeDropDown(new DropDown(this, mNpcFontSizeListModel)),
// TRANSLATORS: button name with information about selected theme
- mInfoButton(new Button(this, _("i"), ACTION_INFO, this))
+ mInfoButton(new Button(this, _(" i "), ACTION_INFO, this))
{
setName(_("Theme"));