diff --git a/annotator.py b/annotator.py index 1f7c73d..9722a2c 100644 --- a/annotator.py +++ b/annotator.py @@ -459,7 +459,7 @@ def __init__(self, parent, ident=wx.ID_ANY, title=wx.EmptyString, scriptpath=Non self.grammar_name = self.converter.getGrammarName() wx.Frame.__init__(self, parent, -1, title, size=(995, 735)) - panel = wx.Panel(self) + panel = wx.Panel(self, size=wx.Size(995, 735)) self.Bind(wx.EVT_CLOSE, self.OnClose) # Directory Selector