summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-07-10 20:48:08 +0000
committeryexo <yexo@openttd.org>2009-07-10 20:48:08 +0000
commit024a2eeed5e1ae68231862c6cb2f456cc6ee79a6 (patch)
treebd4178d742c905d2147d245acca1dd04803fd400 /src/window_gui.h
parentabc4f9b9a0d4e3989df7298a7026e32cf42cf94e (diff)
downloadopenttd-024a2eeed5e1ae68231862c6cb2f456cc6ee79a6.tar.xz
(svn r16787) -Fix [FS#3027]: the noise level text in the airport build window was drawn over the lowest button
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index d0343f3d3..5962e8f79 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -78,6 +78,8 @@ enum WidgetDrawDistances {
WD_DROPDOWNTEXT_TOP = 1, ///< Top offset of the dropdown widget string.
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.
};
/* wiget.cpp */