UI: add screen split to window context menu

This commit is contained in:
Campbell Barton 2018-07-02 12:46:51 +02:00
parent ec22327a5f
commit 06994e954b

@ -611,6 +611,11 @@ class TOPBAR_MT_window_specials(Menu):
layout.separator()
layout.operator("screen.area_split", text="Horizontal Split").direction = 'HORIZONTAL'
layout.operator("screen.area_split", text="Vertical Split").direction = 'VERTICAL'
layout.separator()
layout.operator("screen.userpref_show", text="User Preferences...", icon='PREFERENCES')