Fix preferenceDialog list view width

This commit is contained in:
blitzmann
2015-07-26 19:19:53 -04:00
parent e12b3f3054
commit 9ba3ca3f5f

View File

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