diff options
author | frosch <frosch@openttd.org> | 2011-12-11 15:55:31 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-12-11 15:55:31 +0000 |
commit | 1ea449630d835095d9cab47fd53d035dee9663ed (patch) | |
tree | 189b864b55b729a9b232b6cb8fe9453fe081b72f /src/table | |
parent | 8f36e70e354c7af1f82d27f406d02a0bf9528b45 (diff) | |
download | openttd-1ea449630d835095d9cab47fd53d035dee9663ed.tar.xz |
(svn r23497) -Add: Advanced display setting to control the linewidth in graphs. (ChillCore)
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 40052828b..3a834336a 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -2425,6 +2425,16 @@ def = 25 min = 1 max = UINT8_MAX +[SDTC_VAR] +var = gui.graph_line_thickness +type = SLE_UINT8 +flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC +def = 3 +min = 1 +max = 5 +str = STR_CONFIG_SETTING_GRAPH_LINE_THICKNESS +proc = RedrawScreen + ; For the dedicated build we'll enable dates in logs by default. [SDTC_BOOL] ifdef = DEDICATED |