Commit de024275 authored by Guillaume Seguin's avatar Guillaume Seguin

Cleanup

parent 84587cec
......@@ -143,7 +143,6 @@ class PronterOptionsDialog(wx.Dialog):
topsizer.Add(self.CreateButtonSizer(wx.OK | wx.CANCEL), 0, wx.ALIGN_RIGHT)
self.SetSizerAndFit(topsizer)
self.SetMinSize(self.GetSize())
#self.CentreOnScreen()
def PronterOptions(pronterface):
dialog = PronterOptionsDialog(pronterface)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment