diff -r 8aefbd0d39ff -r b72a88dbc7c3 objdictgen/subindextable.py --- a/objdictgen/subindextable.py Wed May 08 09:14:59 2013 +0200 +++ b/objdictgen/subindextable.py Tue May 14 20:22:06 2013 +0200 @@ -521,6 +521,9 @@ self.IndexChoice.Disable() self.CallbackCheck.Disable() self.Table.Disable() + + wx.CallAfter(self.SetSashPosition, 110) + wx.CallAfter(self.SecondSplitter.SetSashPosition, 280) def GetIndex(self): return self.Index