Fix T48703: Name inconsistency w/ area maximize/fullscreen

Name operator based on default behavior.
This commit is contained in:
2016-06-22 07:41:25 +10:00
parent a5b474e352
commit 6fbe6eb033
14 changed files with 27 additions and 27 deletions

View File

@@ -221,8 +221,8 @@ class SEQUENCER_MT_view(Menu):
layout.separator()
layout.operator("screen.area_dupli")
layout.operator("screen.screen_full_area", text="Toggle Maximize Area")
layout.operator("screen.screen_full_area").use_hide_panels = True
layout.operator("screen.screen_full_area")
layout.operator("screen.screen_full_area", text="Toggle Fullscreen Area").use_hide_panels = True
class SEQUENCER_MT_select(Menu):