From d0f97a22583a15b90489837815a4525006fff379 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Wed, 6 Oct 2010 13:23:27 +0300 Subject: [PATCH] Use headers in all itemstats listctrls --- gui/itemStats.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gui/itemStats.py b/gui/itemStats.py index 334139e95..a1e4bd631 100644 --- a/gui/itemStats.py +++ b/gui/itemStats.py @@ -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)