From 3c50a66cedfa1632cf151c9e7a031e042ffeb004 Mon Sep 17 00:00:00 2001 From: alberth Date: Thu, 2 Jul 2009 21:18:22 +0000 Subject: (svn r16727) -Codechange: Introducing WD_SORTBUTTON_ARROW_WIDTH constant. --- src/window_gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/window_gui.h') 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 */ -- cgit v1.2.3-54-g00ecf