Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.

MDIWindow inappropriately sets size constraints in constructor #365

Open
nekenyu opened this issue Dec 13, 2011 · 0 comments
Open

MDIWindow inappropriately sets size constraints in constructor #365

nekenyu opened this issue Dec 13, 2011 · 0 comments

Comments

@nekenyu
Copy link

nekenyu commented Dec 13, 2011

MDIWindow.MDIWindow() contains the undocumented "feature": minWidth = minHeight = width = height = 200;

This class only knows that it contains a title bar. Setting any other size constraints is pure speculation which confounds automatic layout and requires an undocumented hack from mx.Panel to set these values to NaN to (mostly?) work around..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant