UI: save statusbar/topbar collapsed state per screen.

This can now also be set from the Window menu in addition to dragging.
This commit is contained in:
Brecht Van Lommel
2018-08-17 17:32:36 +02:00
parent 7f9a1d2f3b
commit a069d3dc8c
9 changed files with 152 additions and 61 deletions

View File

@@ -504,6 +504,11 @@ class INFO_MT_window(Menu):
layout.separator()
layout.prop(context.screen, "show_topbar")
layout.prop(context.screen, "show_statusbar")
layout.separator()
layout.operator("screen.screenshot")
if sys.platform[:3] == "win":