diff options
author | frosch <frosch@openttd.org> | 2015-02-12 20:00:23 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2015-02-12 20:00:23 +0000 |
commit | 2f7de4fd99d1ccec63c54439bc01b1090aaa0b6e (patch) | |
tree | 3b1aa7ab13239238a8331cdcea66165b8cfc814d /src/table | |
parent | 853e96e67b9708e04a87e5eeab34cca9541b3b7d (diff) | |
download | openttd-2f7de4fd99d1ccec63c54439bc01b1090aaa0b6e.tar.xz |
(svn r27144) -Change: The chatbox-width setting now uses percent of screen width instead of pixels.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 3cd29e067..d7f24d625 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -3507,12 +3507,12 @@ strval = STR_CONFIG_SETTING_NEWS_MESSAGES_OFF [SDTC_VAR] ifdef = ENABLE_NETWORK -var = gui.network_chat_box_width +var = gui.network_chat_box_width_pct type = SLE_UINT16 flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC -def = 620 -min = 200 -max = 65535 +def = 40 +min = 10 +max = 100 cat = SC_EXPERT [SDTC_VAR] |