Revert "Fix preferenceDialog list view width" and actually fix it. OS X untested

This reverts commit 9ba3ca3f5f.
This commit is contained in:
blitzmann
2015-07-26 19:34:42 -04:00
parent 9ba3ca3f5f
commit e5e7311748
2 changed files with 5 additions and 4 deletions

View File

@@ -372,7 +372,8 @@ class MainFrame(wx.Frame):
def showPreferenceDialog(self, event):
dlg = PreferenceDialog(self)
dlg.Show()
dlg.ShowModal()
dlg.Destroy()
def goWiki(self, event):
wx.LaunchDefaultBrowser('https://github.com/DarkFenX/Pyfa/wiki')