summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-07-14 21:25:32 +0000
committeralberth <alberth@openttd.org>2009-07-14 21:25:32 +0000
commitf1303f1ae845458573bb37a1a08396dc34d411ff (patch)
tree88cfd90b5b5f21e7f523e7060b8144e601863491 /src/window_gui.h
parentea1454d694243d1ba9f714639d21b1c50d22b9bd (diff)
downloadopenttd-f1303f1ae845458573bb37a1a08396dc34d411ff.tar.xz
(svn r16831) -Fix (r16798): Stickybox is in the header and resizebox in the footer of the window.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 522f366d9..469da17a0 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -65,14 +65,14 @@ enum WidgetDrawDistances {
WD_STICKYBOX_LEFT = 2, ///< Left offset of sticky sprite.
WD_STICKYBOX_RIGHT = 2, ///< Right offset of sticky sprite.
WD_STICKYBOX_TOP = 3, ///< Top offset of sticky sprite.
- WD_STICKYBOX_BOTTOM = 1, ///< Bottom offset of sticky sprite.
+ WD_STICKYBOX_BOTTOM = 3, ///< Bottom offset of sticky sprite.
/* WWT_RESIZEBOX */
WD_RESIZEBOX_WIDTH = 12, ///< Width of a resize box widget.
WD_RESIZEBOX_LEFT = 3, ///< Left offset of resize sprite.
WD_RESIZEBOX_RIGHT = 2, ///< Right offset of resize sprite.
WD_RESIZEBOX_TOP = 3, ///< Top offset of resize sprite.
- WD_RESIZEBOX_BOTTOM = 4, ///< Bottom offset of resize sprite.
+ WD_RESIZEBOX_BOTTOM = 2, ///< Bottom offset of resize sprite.
/* WWT_CLOSEBOX */
WD_CLOSEBOX_WIDTH = 11, ///< Width of a close box widget.