(svn r16787) -Fix [FS#3027]: the noise level text in the airport build window was drawn over the lowest button

This commit is contained in:
yexo
2009-07-10 20:48:08 +00:00
parent abc4f9b9a0
commit 024a2eeed5
2 changed files with 9 additions and 7 deletions

View File

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