Don't specify the size, so the FileCtrl will use it's best size instead.

This commit is contained in:
Robin Dunn
2016-07-20 17:09:54 -07:00
parent 85a74b311c
commit d775f28143

View File

@@ -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)