Inside a form's afterInit() method tried self.fitToSizer(extraWdith=200), I supposed it would resize the form to the size required by it's sizer plus 200 pixels but it just resized it to the sizer's required size. Solved it by adding self.MinimumWidth = 200 in self.initProperties(), but though I should report the issue here.
Platform: GTK Python Version: 2.6.5 on linux2 Dabo Version: Version 0.9.3; Revision 6422 UI Version: 2.8.10.1 on wxGTK (gtk2) _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
