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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user