diff -r 8f6393810fee -r fc3210851b07 Preferences/__init__.py --- a/Preferences/__init__.py Fri Nov 02 13:16:19 2012 +0100 +++ b/Preferences/__init__.py Sat Nov 03 15:55:07 2012 +0100 @@ -140,10 +140,13 @@ # saved state main window with toolbox windows (4) b"", # visibility of the toolboxes/sidebars (5) - [True, True], + # left, bottom, right + [True, True, True], # saved states of the splitters and sidebars of the # sidebars layout (6) - [b"", b"", b"", b""], + # left splitter, vertical splitter, left sidebar, bottom sidebar, + # right splitter, right sidebar + [b"", b"", b"", b"", b"", b""], ], "debug": [ # visibility (0) @@ -158,10 +161,13 @@ # saved state main window with toolbox windows (4) b"", # visibility of the toolboxes/sidebars (5) - [False, True], + # left, bottom, right + [False, True, True], # saved states of the splitters and sidebars of the # sidebars layout (6) - [b"", b"", b"", b""], + # left splitter, vertical splitter, left sidebar, bottom sidebar, + # right splitter, right sidebar + [b"", b"", b"", b"", b"", b""], ], }, "ToolbarManagerState": QByteArray(),