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:
Julian Eisel
2023-09-13 15:29:33 +02:00
parent 5470ce4cf3
commit 36f31f1eff

View File

@@ -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);
}