summaryrefslogtreecommitdiff
path: root/src/table/settings.ini
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/settings.ini')
-rw-r--r--src/table/settings.ini10
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