summaryrefslogtreecommitdiff
path: root/src/gui/setup_visual.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_visual.cpp')
-rw-r--r--src/gui/setup_visual.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/gui/setup_visual.cpp b/src/gui/setup_visual.cpp
index e1ef59e06..835c3640f 100644
--- a/src/gui/setup_visual.cpp
+++ b/src/gui/setup_visual.cpp
@@ -97,11 +97,18 @@ Setup_Visual::Setup_Visual(const Widget2 *const widget) :
new SetupItemSlider2(_("Particle physics"), "", "particleFastPhysics",
this, "particleFastPhysicsEvent", 0, 2, mParticleTypeList);
- new SetupItemLabel(_("Other"), "", this);
+
+ new SetupItemLabel(_("Gamma"), "", this);
+
+ new SetupItemCheckBox(_("Enable gamma control"),
+ "", "enableGamma", this, "enableGammaEvent");
new SetupItemSlider(_("Gamma"), "", "gamma",
this, "gammeEvent", 1, 20, 350, true);
+
+ new SetupItemLabel(_("Other"), "", this);
+
mVSyncList->push_back(_("default"));
mVSyncList->push_back(_("off"));
mVSyncList->push_back(_("on"));