On Fri, Nov 8, 2024 at 12:02 AM Ray wang <[email protected]> wrote:

  How to change the layout of the GUI in Leo 6.8.2-devel. How to make
> Figure 1 look like Figure 2
>

See the *help-for-layouts* command for all such questions.

There is no need to memorize Leo's commands! Use emacs-style tab completion:

<Alt-X>help<tab> gives a list of all of Leo's help commands.
<Alt-X>help-<tab> gives a list of all of Leo's help-for commands.
<Alt-X>help-<tab>l<tab> selects only the help-for-layouts command.

So *<Alt-X>help-<tab>l<tab><return>* executes the help-for-layout command.

Now to answer your question :-)

Execute the *layout-vertical-thirds* command:  <Alt-x>lay<tab>v<tab><return>

If that's the layout you want, recall that the help-for-layouts command
mentions:

*@string qt-layout-name=legacy*

Open your myLeoSettings.leo file:  <Alt-x>my<tab>-<tab><return>

In the @settings tree add the node:

*@string qt-layout-name=vertical-thirds*

Restart Leo and verify that the layout is the one you want.

HTH. Please feel free to ask more questions.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS3zRYtd6%3DdR1jqadF6qTAuTyNOYpUf1H9s2iAkaEnZpqQ%40mail.gmail.com.

Reply via email to