fix fix fix

This commit is contained in:
Ryan Holmes
2017-07-02 23:45:28 -04:00
parent 7ae41b71b2
commit 1082d8a173
9 changed files with 10 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ class ErrorFrame(wx.Frame):
"information about how this was triggered. Please contact the developers with the\n" \
"information provided through the EVE Online forums or file a GitHub issue."
self.SetSizeHintsSz(wx.DefaultSize, wx.DefaultSize)
self.SetSizeHints(wx.DefaultSize, wx.DefaultSize)
if 'wxMSW' in wx.PlatformInfo:
self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_BTNFACE))