Quick fix/hack for too small 'operator' panel in filebrowser
Real issue is that temp area used to draw modal filebrowser is never saved, so non of UI 'edits' (like UIList resize, regions resize, panels reorder, etc.) are ever saved. Should be addressed, but no time for that currently.
This commit is contained in:
@@ -659,7 +659,7 @@ void ED_spacetype_file(void)
|
||||
art = MEM_callocN(sizeof(ARegionType), "spacetype file operator region");
|
||||
art->regionid = RGN_TYPE_TOOL_PROPS;
|
||||
art->prefsizex = 0;
|
||||
art->prefsizey = 240;
|
||||
art->prefsizey = 360;
|
||||
art->keymapflag = ED_KEYMAP_UI;
|
||||
art->listener = file_tools_area_listener;
|
||||
art->init = file_tools_area_init;
|
||||
|
Reference in New Issue
Block a user