Fix background color of SSO char management panel

This commit is contained in:
DarkPhoenix
2019-08-12 12:32:02 +03:00
parent 163d2c9b10
commit 6912b6eb39

View File

@@ -306,6 +306,7 @@ class SsoCharacterMgmt(AuxiliaryFrame):
size=wx.Size(550, 250), style=wx.RESIZE_BORDER)
self.mainFrame = parent
mainSizer = wx.BoxSizer(wx.HORIZONTAL)
self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_BTNFACE))
self.lcCharacters = wx.ListCtrl(self, wx.ID_ANY, wx.DefaultPosition, wx.DefaultSize, wx.LC_REPORT)