mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Don't specify the size, so the FileCtrl will use it's best size instead.
This commit is contained in:
@@ -49,7 +49,7 @@ class TestPanel(wx.Panel):
|
||||
self.log = log
|
||||
wx.Panel.__init__(self, parent)
|
||||
|
||||
fc = FileCtrl(self, pos=(15,15), size=(480,300), log=log)
|
||||
fc = FileCtrl(self, pos=(15,15), log=log)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user