X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf694132f1c28509a9f84377ce8d374bae4177ad..8e193f384f7b98daef459653ddb8485173fba8ba:/utils/wxPython/lib/dialogs.py diff --git a/utils/wxPython/lib/dialogs.py b/utils/wxPython/lib/dialogs.py index 1af300f716..27584d516d 100644 --- a/utils/wxPython/lib/dialogs.py +++ b/utils/wxPython/lib/dialogs.py @@ -19,7 +19,7 @@ class wxScrolledMessageDialog(wxDialog): text.SetConstraints(Layoutf('t=t5#1;b=t5#2;l=l5#1;r=r5#1', (self,ok))) ok.SetConstraints(Layoutf('b=b5#1;x%w50#1;w!80;h!25', (self,))) self.SetAutoLayout(TRUE) - + self.Layout() class wxMultipleChoiceDialog(wxDialog): @@ -47,6 +47,7 @@ class wxMultipleChoiceDialog(wxDialog): cancel.SetConstraints(Layoutf('b=b5#1;x%w75#1;w!80;h!25', (self,))) self.SetAutoLayout(TRUE) self.lst = lst + self.Layout() def OnSize(self, event): self.Layout()