Skip to content

Commit

Permalink
Port to 2.78 - 0.4.1 changes - UV Editor - Separated tooltip for Togg…
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Jan 30, 2017
1 parent 080aad4 commit f3ab599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/scripts/startup/bl_ui/space_image.py
Expand Up @@ -129,7 +129,7 @@ def draw(self, context):
layout.separator()

layout.operator("screen.area_dupli")
layout.operator("screen.screen_full_area")
layout.operator("screen.toggle_maximized_area", text="Toggle Maximize Area") # bfa - the separated tooltip. Class is in space_text.py
layout.operator("screen.screen_full_area", text="Toggle Fullscreen Area").use_hide_panels = True


Expand Down

0 comments on commit f3ab599

Please sign in to comment.