summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-07-02 21:18:22 +0000
committeralberth <alberth@openttd.org>2009-07-02 21:18:22 +0000
commit3c50a66cedfa1632cf151c9e7a031e042ffeb004 (patch)
tree717ed43758afab6af31dd8599f4b304691635fde /src/window_gui.h
parent7e852ab44698694044b09a98b942bde4b4827751 (diff)
downloadopenttd-3c50a66cedfa1632cf151c9e7a031e042ffeb004.tar.xz
(svn r16727) -Codechange: Introducing WD_SORTBUTTON_ARROW_WIDTH constant.
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 2847bad48..552c0a6e2 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -76,6 +76,8 @@ enum WidgetDrawDistances {
WD_DROPDOWNTEXT_LEFT = 2, ///< Left offset of the dropdown widget string.
WD_DROPDOWNTEXT_RIGHT = 14, ///< Right offset of the dropdown widget string.
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.
};
/* wiget.cpp */