Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2011-06-30 05:13:15 +0400
committerJoshua Leung <aligorith@gmail.com>2011-06-30 05:13:15 +0400
commit8d4ea1b15544ed88d80bcbe687324c8321e83b07 (patch)
tree7c7605d077e84036966cbf0ceec812a848f8c4fb /release/scripts/startup/bl_ui/space_dopesheet.py
parent97e4681217e896ed85331d627f94f81c4bd8d9c1 (diff)
Tweak to the toggle to show/hide datablock filtering items in
animedit headers
Diffstat (limited to 'release/scripts/startup/bl_ui/space_dopesheet.py')
-rw-r--r--release/scripts/startup/bl_ui/space_dopesheet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_dopesheet.py b/release/scripts/startup/bl_ui/space_dopesheet.py
index ee830da6860..525e87db284 100644
--- a/release/scripts/startup/bl_ui/space_dopesheet.py
+++ b/release/scripts/startup/bl_ui/space_dopesheet.py
@@ -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?