]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/menu/voret/dialog_settings_input.c
Tweak the Effects menu, and add iris adaptation to it as well.
[voretournament/voretournament.git] / data / qcsrc / menu / voret / dialog_settings_input.c
index a5771b8678380e3f99d22b61e5740930c8f8d6db..5e7b8ca219695e049bc7a073c4f35698b2aadfdf 100644 (file)
@@ -3,7 +3,7 @@ CLASS(VoretInputSettingsTab) EXTENDS(VoretTab)
        METHOD(VoretInputSettingsTab, fill, void(entity))\r
        ATTRIB(VoretInputSettingsTab, title, string, "Input")\r
        ATTRIB(VoretInputSettingsTab, intendedWidth, float, 0.9)\r
-       ATTRIB(VoretInputSettingsTab, rows, float, 19)\r
+       ATTRIB(VoretInputSettingsTab, rows, float, 20)\r
        ATTRIB(VoretInputSettingsTab, columns, float, 6.5)\r
 ENDCLASS(VoretInputSettingsTab)\r
 entity makeVoretInputSettingsTab();\r
@@ -73,5 +73,8 @@ void fillVoretInputSettingsTab(entity me)
                        e.configureVoretTextSliderValues(e);\r
        me.TR(me);\r
                me.TD(me, 1, 3, e = makeVoretCheckBoxEx(2, 0, "cl_showpressedkeys", "Show pressed keys"));\r
+       me.TR(me);\r
+       me.TR(me);\r
+               me.TD(me, 1, 3, e = makeVoretCheckBox(0, "cl_vore_autodigest", "Automatic digestion"));\r
 }\r
 #endif\r