I did a quick search in the documentation as well as in the FAQ to find information, how to change that back to the way panes where organized in 6.1. - No quick success ...Can you tell me, where I should look?
I kind of get you there adding a setting
@string central-dock-widget = outlineI have attached a screen shot.
I kind of get you there adding a setting
@string central-dock-widget = outlineI have attached a screen shot.BTW, you can add this setting just to one outline, so you can experiment with changing the setting(s) by closing the outline and reloading it, rather than needing to restart Leo each time.
Hello Thomas,
Am So., 29. März 2020 um 15:09 Uhr schrieb Thomas Passin <tbp1...@gmail.com>:I kind of get you there adding a setting@string central-dock-widget = outlineI have attached a screen shot.
However, as you can see from the two screenshots attached Leo 6.1/ screenshot C - and - Leo 6.2/ screenshot D behave differently.What I would like to achieve is to get the default pane setup from 6.1 applied to 6.2!So far none of the suggestions work :-(
On Sunday, March 29, 2020 at 10:42:33 AM UTC-4, Viktor Ransmayr wrote:Hello Thomas,Am So., 29. März 2020 um 15:09 Uhr schrieb Thomas Passin <tbp1...@gmail.com>:I kind of get you there adding a setting@string central-dock-widget = outlineI have attached a screen shot.However, as you can see from the two screenshots attached Leo 6.1/ screenshot C - and - Leo 6.2/ screenshot D behave differently.What I would like to achieve is to get the default pane setup from 6.1 applied to 6.2!So far none of the suggestions work :-(I have good news and bad news. First, the good news With the same @string as above, I was able to drag the body and tabs panes to the new positions that you want.The attached image Leo version is with 6.3-devel, but I got the same results with 6.2-final. This is on Windows, BTW.

I prefer the body pane as the anchor for my layouts rather than the outline.
Feel free to ask questions but after much mucking about, this is what works for me.
HTH,
Chris
Here is my recipe for the dock layout that I like. It lets me use a two pane, three pane or even four pane layout that is consistent.I use KDE NEON which is based on Ubuntu 18.04. I always use the git version and run devel.1. cd ~/.leo2. rm -rf db3. rm leo.session4. cd ~/leo-editor5. ./launchLeo.py --global-docksIn myLeoSettings.leo:@bool minibuffer-find-mode = True@bool dockable-log-tabs = True@string central-dock-widget = body@bool use-vr-dock = True@string theme-name = ZephyrDarkThemeLocalAttached is a screenshot of workbook.leo after arranging how I like, saving the file, and restarting using the recipe above.