Fix T49601: Material menu length problem.

Regression from rB69b66d549bcc8, was supposed to be non-functionnal
change, so not sure why search menu was reduced here? For now, restore
to 2.77 width.
This commit is contained in:
Bastien Montagne 2016-10-14 10:29:51 +02:00
parent 87a7149831
commit 49c2dbc5db
Notes: blender-bot 2023-02-14 10:18:56 +01:00
Referenced by issue #49655, Reloading library breaks animated proxy
Referenced by issue #49601, Material menu length problem
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ int UI_searchbox_size_y(void)
int UI_searchbox_size_x(void)
{
return 10 * UI_UNIT_X;
return 12 * UI_UNIT_X;
}
int UI_search_items_find_index(uiSearchItems *items, const char *name)