summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-10-18 13:59:25 +0000
committeralberth <alberth@openttd.org>2009-10-18 13:59:25 +0000
commitf1e885e0d264b3ff7912f8b832e066bb5fe66689 (patch)
tree9313e5ec24b54704e6c6e95e6fd7411b2b43cd86 /src/window_gui.h
parent00723e694f821306e058698ececfec47944ea3ae (diff)
downloadopenttd-f1e885e0d264b3ff7912f8b832e066bb5fe66689.tar.xz
(svn r17798) -Codechange: Introduce new constant WD_PAR_VSEP_WIDE for large amount of space between text.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 4204ec9cd..4378b694a 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -115,7 +115,8 @@ enum WidgetDrawDistances {
WD_SORTBUTTON_ARROW_WIDTH = 11, ///< Width of up/down arrow of sort button state.
- WD_PAR_VSEP_NORMAL = 2, ///< Amount of vertical space between two paragraphs of text.
+ WD_PAR_VSEP_NORMAL = 2, ///< Normal amount of vertical space between two paragraphs of text.
+ WD_PAR_VSEP_WIDE = 8, ///< Large amount of vertical space between two paragraphs of text.
};
/* wiget.cpp */