Tox fixes

This commit is contained in:
Ebag333
2017-02-26 11:30:23 -08:00
parent f2fa598ed7
commit 712b1811b3
3 changed files with 2 additions and 4 deletions

View File

@@ -18,7 +18,6 @@ class PFStatViewPref(PreferenceView):
# noinspection PyAttributeOutsideInit
def populatePanel(self, panel):
dlgWidth = panel.GetParent().GetParent().ClientSize.width
mainSizer = wx.BoxSizer(wx.VERTICAL)
self.stTitle = wx.StaticText(panel, wx.ID_ANY, self.title, wx.DefaultPosition, wx.DefaultSize, 0)