diff options
author | peter1138 <peter1138@openttd.org> | 2014-10-11 13:22:37 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2014-10-11 13:22:37 +0000 |
commit | 253c91b17de95f80acd1423c8332d5c72dd0bdd4 (patch) | |
tree | 836bd47feeba0b52d13e8bc831256f76a20e3cd2 /src/widgets | |
parent | 1b5696b50f09e93f6889b9b833a2b275838b3047 (diff) | |
download | openttd-253c91b17de95f80acd1423c8332d5c72dd0bdd4.tar.xz |
(svn r26990) -Feature: Add option to choose normal, double or quad-size interface.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/settings_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/settings_widget.h b/src/widgets/settings_widget.h index a9015b1ee..661f788cd 100644 --- a/src/widgets/settings_widget.h +++ b/src/widgets/settings_widget.h @@ -23,6 +23,7 @@ enum GameOptionsWidgets { WID_GO_LANG_DROPDOWN, ///< Language dropdown. WID_GO_RESOLUTION_DROPDOWN, ///< Dropdown for the resolution. WID_GO_FULLSCREEN_BUTTON, ///< Toggle fullscreen. + WID_GO_GUI_ZOOM_DROPDOWN, ///< Dropdown for the GUI zoom level. WID_GO_BASE_GRF_DROPDOWN, ///< Use to select a base GRF. WID_GO_BASE_GRF_STATUS, ///< Info about missing files etc. WID_GO_BASE_GRF_TEXTFILE, ///< Open base GRF readme, changelog (+1) or license (+2). |