Re: Release 1.1.0
Dietmar Schwertberger <[email protected]> Sun, 17 Nov 2024 18:26:28 +0100
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 11/17/2024 4:21 PM, Igor Korot wrote: > Even if it just for frames, the code generation shouldn't skip the > Fit() call, since without it the code will not make sense and the > resulting layout will be big. There is no point in doing so. Better get your layout right without adding intermediate layers of panels. If you still want to do it this way, add the code to Extra Code yourself. wxGlade creates a default structure such that the user does not need to remember such differences. Regards, Dietmar