Tweak to the toggle to show/hide datablock filtering items in

animedit headers
This commit is contained in:
Joshua Leung 2011-06-30 01:13:15 +00:00
parent 97e4681217
commit 8d4ea1b155

@ -50,7 +50,7 @@ def dopesheet_filter(layout, context, genericFiltersOnly=False):
row.prop(dopesheet, "filter_fcurve_name", text="")
row = layout.row()
row.prop(dopesheet, "show_datablock_filters", text="more...", icon='FILTER')
row.prop(dopesheet, "show_datablock_filters", text="Filters", icon='DISCLOSURE_TRI_RIGHT')
if (not genericFiltersOnly) and (dopesheet.show_datablock_filters):
# TODO: put a box around these?