Default Keyframe Type: Some UI tweaks

* Don't show name of keyframe type in timeline header. It's getting a bit too crowded
  for that, so just show the keyframe icon. Hopefully that will be enough.

* Tweaked the tooltip and label to make it clearer what the setting is for
This commit is contained in:
Joshua Leung
2016-03-14 01:04:39 +13:00
parent 0e1b4e10a2
commit 9779d1558a
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ class TIME_HT_header(Header):
subsub = row.row(align=True)
subsub.prop(toolsettings, "use_record_with_nla", toggle=True)
layout.prop(toolsettings, "keyframe_type", text="")
layout.prop(toolsettings, "keyframe_type", text="", icon_only=True)
row = layout.row(align=True)
row.prop_search(scene.keying_sets_all, "active", scene, "keying_sets_all", text="")