From 1ea449630d835095d9cab47fd53d035dee9663ed Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 11 Dec 2011 15:55:31 +0000 Subject: (svn r23497) -Add: Advanced display setting to control the linewidth in graphs. (ChillCore) --- src/table/settings.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/table') 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 -- cgit v1.2.3-54-g00ecf