Not keeping window sizing using MainFormMinimal*

Not keeping window sizing using MainFormMinimal*

avatar

Using the MainFormMinimalHeight and MainFormMinimalWidth config options and only showing the navigation frame, upon restart, the main window doesn't remember its size from when it was last closed.

To reproduce:

Add:

<MainFormMinimalHeight>50</MainFormMinimalHeight>
<MainFormMinimalWidth>50</MainFormMinimalWidth>


Turn off all layout features except navigation and resize the window down to something small.



Restart the application and I get this:


Ideally, it would retain the width that I set it too before I closed it last.

All Comments (3)

avatar

Hi,
I will verify. I suspect that we have a minimal size that reset your settings

David Hervieux

avatar

Hi,
This is now fixed internally and it will be in the next beta release.

David Hervieux

avatar

Awesome. Thank you.