summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-01-27 12:40:28 +0300
committerAndrei Karas <akaras@inbox.ru>2013-01-27 12:42:03 +0300
commite0415e24477d07ecd90ec17667fba127deed91bd (patch)
treecac49e2bcd444d0a9d534c67d38e51a34588027a /src/gui/setup_other.cpp
parent6a9729dea9113d85b7c8224ff0aa56495c80ef73 (diff)
downloadplus-e0415e24477d07ecd90ec17667fba127deed91bd.tar.gz
plus-e0415e24477d07ecd90ec17667fba127deed91bd.tar.bz2
plus-e0415e24477d07ecd90ec17667fba127deed91bd.tar.xz
plus-e0415e24477d07ecd90ec17667fba127deed91bd.zip
Add option to autoresize minimaps.
New option: misc \ maps \ resize minimaps.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r--src/gui/setup_other.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp
index ce0464055..965382f71 100644
--- a/src/gui/setup_other.cpp
+++ b/src/gui/setup_other.cpp
@@ -120,6 +120,9 @@ Setup_Other::Setup_Other(const Widget2 *const widget) :
new SetupItemIntTextField(_("Scroll radius"), "", "ScrollRadius",
this, "ScrollRadiusEvent", 0, 32);
+ new SetupItemCheckBox(_("Auto resize minimaps"), "", "autoresizeminimaps",
+ this, "autoresizeminimapsEvent");
+
new SetupItemLabel(_("Moving"), "", this);