The normal behavior is maximizing for all windows, but the deadline subwindows dock if i double click their title bar.
Its a bit annoying, as its not all easy peasy to arrange the windows as you like. This behavior happens even if the gui is locked.
cheers,
l
This is standard behavior for Qt Dock Widgets. Normally, the dock widgets don’t have the option to be maximized, but we added the maximize button to support it.
I think we want to keep it this way, since you can still undock panels while the UI is locked, and the double-click option is the only way to dock it again.
Also, note that on Windows 7, you can use the ‘snap’ feature to maximize them as well.