UI: add toggle fullscreen to window context menu

This commit is contained in:
Campbell Barton 2018-07-12 15:25:05 +02:00
parent 415018778c
commit 5aff20dfd5
1 changed files with 2 additions and 0 deletions

View File

@ -563,6 +563,8 @@ class TOPBAR_MT_window_specials(Menu):
layout.operator("screen.area_dupli")
layout.operator("wm.window_fullscreen_toggle", icon='FULLSCREEN_ENTER')
layout.separator()
layout.operator("screen.area_split", text="Horizontal Split").direction = 'HORIZONTAL'