Hi, @sylvester-bullitt, @peterjones, @alan-kilborn and All,
OMG ! I just forgot this trivial but simple method. Thus, whatever the contents of the <GUIConfig name ..... </GUIConfig> section :
<GUIConfig name="DockingManager" leftWidth="L" rightWidth="R" topHeight="T" bottomHeight="B">
.....
.....
.....
.....
</GUIConfig>
Open your active config.xml file, with Microsoft notepad ( Do NOT use Notepad++ )
Delete all the lines in between
Change the 4 dimension attributes, L, R, T and B, to the value 200, giving, simply :
<GUIConfig name="DockingManager" leftWidth="200" rightWidth="200" topHeight="200" bottomHeight="200">
</GUIConfig>
Save the modifications of the Config.xml file
Restart Notepad++
That’s all. Et voilà !
Remark : of course, this basic method hides all your previous visible panels, as well !
Cheers,
guy038