Retaining Docked Window Layout

Post Reply
Puckster
Posts: 36
Joined: Fri Jul 30, 2021 11:51 pm

Retaining Docked Window Layout

Post by Puckster »

Apologies if this has been answered somewhere. It seems like something that should be straightforward, but I'm not finding anything in my searches and reading.

I have several docked windows. When I start Mudlet, I have to manually resize them by grabbing the handles and adjusting the height and width.

How can I save the layout so I don't have to manually resize each time I start?

I know I must be missing something simple here.

Puckster
Posts: 36
Joined: Fri Jul 30, 2021 11:51 pm

Re: Retaining Docked Window Layout

Post by Puckster »

Like I said: "I know I must be missing something simple here."

Turns out it was a typo on my part:

Code: Select all

loadWondowLayout()
throws an error

Code: Select all

loadWindowLayout()
works precicely as expected, even on docked windows.

I retract my question and apologize for the distraction!

Post Reply