aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorEzhh <owlecho@live.com>2017-12-17 04:38:54 +0000
committerrubenwardy <rubenwardy@gmail.com>2017-12-17 04:38:54 +0000
commit26c7e98e3d87446acbc0c30b3c0ea8eb8bc1f6c5 (patch)
treee6b7606e61abe8b6bd2da07a389b60522789c352 /builtin
parent649eef9e4fe4ef6a59ca9f59c900c6e0900cfb3a (diff)
downloaddragonfireclient-26c7e98e3d87446acbc0c30b3c0ea8eb8bc1f6c5.tar.xz
Adjust default console height
#6797
Diffstat (limited to 'builtin')
-rw-r--r--builtin/settingtypes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 695c0b1d6..0d5978911 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -616,7 +616,7 @@ fall_bobbing_amount (Fall bobbing factor) float 0.0
3d_mode (3D mode) enum none none,anaglyph,interlaced,topbottom,sidebyside,pageflip
# In-game chat console height, between 0.1 (10%) and 1.0 (100%).
-console_height (Console height) float 1.0 0.1 1.0
+console_height (Console height) float 0.6 0.1 1.0
# In-game chat console background color (R,G,B).
console_color (Console color) string (0,0,0)