Setting size for DirDialog
Michael Eager <[email protected]>
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
Running wxPython 4.1.0 gtk3 (phoenix) wxWidgets 3.1.4 When I create a DirDialog, the size seems to be whatever size the previous dialog had, not what is set by the size= argument. dlg = wx.DirDialog(self, message='Choose a folder', style=wx.DD_DEFAULT_STYLE, size=(wx.Size(400,400))) I see the same behavior with FileDialog. Is there any way I can control the size of the dialog window? -- Michael Eager -- You received this message because you are subscribed to the Google Groups "wxPython-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/a91e28c3-419d-6153-56ce-440f83746443%40eagercon.com.