UI: Improve search layout #112422

Open
Leon Schittek wants to merge 17 commits from lone_noel/blender:ui-search-box-layout into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 8b6a8f51a8 - Show all commits

View File

@ -1105,8 +1105,8 @@ static uiBlock *wm_enum_search_menu(bContext *C, ARegion *region, void *arg)
UI_BTYPE_LABEL,
0,
WM_operatortype_name(op->type, op->ptr),
10,
10,
0,
0,
UI_searchbox_size_x(),
UI_UNIT_Y,
nullptr,
@ -1123,8 +1123,8 @@ static uiBlock *wm_enum_search_menu(bContext *C, ARegion *region, void *arg)
0,
ICON_VIEWZOOM,
sizeof(search),
10,
10,
0,
0,
width,
UI_UNIT_Y,
search_menu->prv_rows,