Fix preferenceDialog list view width
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user