Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iXce committed May 23, 2013
1 parent 84587ce commit de02427
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion printrun/pronterface_widgets.py
Expand Up @@ -143,7 +143,6 @@ def __init__(self, pronterface):
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)
Expand Down

0 comments on commit de02427

Please sign in to comment.