UI: improve menu search with dimmed menu prefix

- Show dimmed text for the menu entries leading up to the menu item.
- Show icons between the menu text and menu item.
- Use unicode right pointing triangle instead of arrow.
This commit is contained in:
2020-04-14 18:46:13 +10:00
parent 571646ebc1
commit e6d9d5dcc1
10 changed files with 115 additions and 35 deletions

View File

@@ -2633,6 +2633,7 @@ void ui_but_add_search(
coll_search,
ui_rna_collection_search_free_cb,
NULL,
NULL,
NULL);
}
else if (but->type == UI_BTYPE_SEARCH_MENU) {