Asset shelf: Remove unnecessary separator between buttons in header
We don't usually add such a separator after search buttons.
This commit is contained in:
@@ -690,7 +690,6 @@ static void asset_shelf_header_draw(const bContext *C, Header *header)
|
||||
uiItemSpacer(layout);
|
||||
|
||||
uiItemR(layout, &shelf_ptr, "search_filter", UI_ITEM_NONE, "", ICON_VIEWZOOM);
|
||||
uiItemS(layout);
|
||||
uiItemPopoverPanel(layout, C, "ASSETSHELF_PT_display", "", ICON_IMGDISPLAY);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user