(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().

This commit is contained in:
alberth
2009-11-22 18:28:14 +00:00
parent 18b33fde83
commit 5bee09c924
35 changed files with 82 additions and 76 deletions

View File

@@ -109,7 +109,7 @@ struct StatusBarWindow : Window {
this->DrawWidgets();
}
virtual void UpdateWidgetSize(int widget, Dimension *size, const Dimension &padding, Dimension *resize)
virtual void UpdateWidgetSize(int widget, Dimension *size, const Dimension &padding, Dimension *fill, Dimension *resize)
{
size->height = FONT_HEIGHT_NORMAL + padding.height;
}