(svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
This commit is contained in:
@@ -166,7 +166,7 @@ static const Widget _subsidies_list_widgets[] = {
|
||||
};
|
||||
|
||||
static const WindowDesc _subsidies_list_desc = {
|
||||
WDP_AUTO, WDP_AUTO, 630, 127,
|
||||
WDP_AUTO, WDP_AUTO, 630, 127, 630, 127,
|
||||
WC_SUBSIDIES_LIST, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
|
||||
_subsidies_list_widgets,
|
||||
|
Reference in New Issue
Block a user