UI: Remove redundant titles in animation filter popover

It's clear what these do without and takes up much less space
This commit is contained in:
2019-05-07 18:09:15 +02:00
parent 50889ba6ef
commit b1a7711718

View File

@@ -79,7 +79,6 @@ class DopesheetFilterPopoverBase:
is_nla = context.area.type == 'NLA_EDITOR'
col = layout.column(align=True)
col.label(text="With Name:")
if not is_nla:
row = col.row(align=True)
row.prop(dopesheet, "filter_fcurve_name", text="")
@@ -89,7 +88,6 @@ class DopesheetFilterPopoverBase:
if (not generic_filters_only) and (bpy.data.collections):
col = layout.column(align=True)
col.label(text="In Collection:")
col.prop(dopesheet, "filter_collection", text="")
# Standard = Present in all panels