Use headers in all itemstats listctrls

This commit is contained in:
HomeWorld
2010-10-06 13:23:27 +03:00
parent b5c58d8fe3
commit d0f97a2258

View File

@@ -157,7 +157,8 @@ class ItemParams (wx.Panel):
self.paramList = AutoListCtrl(self, wx.ID_ANY,
style = #wx.LC_HRULES |
wx.LC_NO_HEADER |wx.LC_REPORT |wx.LC_SINGLE_SEL |wx.LC_VRULES |wx.NO_BORDER)
#wx.LC_NO_HEADER |
wx.LC_REPORT |wx.LC_SINGLE_SEL |wx.LC_VRULES |wx.NO_BORDER)
mainSizer.Add( self.paramList, 1, wx.ALL|wx.EXPAND, 0 )
self.SetSizer( mainSizer )
@@ -270,7 +271,7 @@ class ItemAffectedBy (wx.Panel):
self.effectList = AutoListCtrl(self, wx.ID_ANY,
style =
#wx.LC_HRULES |
wx.LC_NO_HEADER |
#wx.LC_NO_HEADER |
wx.LC_REPORT |wx.LC_SINGLE_SEL |
#wx.LC_VRULES |
wx.NO_BORDER)