Michael Hipp
2006-06-07 17:01:56 UTC
I have a class derived from wx.Dialog, nothing I do seems to be able to set the size of the dialog window.
Tried (in the __init__ method):
wx.Dialog__(..., size=(500,500))
self.SetSize((500,500))
self.SetMinSize((500,500))
It always comes out to about 300x300.
Platform: W2kSP4, wxPython 2.6.3.2, Python: 2.4.2
This is bound to be something simple but I just can't see it. Any help?
Thanks,
Michael
Tried (in the __init__ method):
wx.Dialog__(..., size=(500,500))
self.SetSize((500,500))
self.SetMinSize((500,500))
It always comes out to about 300x300.
Platform: W2kSP4, wxPython 2.6.3.2, Python: 2.4.2
This is bound to be something simple but I just can't see it. Any help?
Thanks,
Michael