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 committed by Sergey Sharybin
parent e6d9b15ab3
commit dacb53ff71
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,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)