(svn r16727) -Codechange: Introducing WD_SORTBUTTON_ARROW_WIDTH constant.

This commit is contained in:
alberth
2009-07-02 21:18:22 +00:00
parent 12faf721a2
commit b441e00ce7
2 changed files with 5 additions and 3 deletions

View File

@@ -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 */