From 001d33c15e955b7df021fc0de0e368ae8f99a339 Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 7 Oct 2024 18:33:52 +0200 Subject: [PATCH] ... --- listlex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listlex.py b/listlex.py index a831dbe..4806c7f 100644 --- a/listlex.py +++ b/listlex.py @@ -83,7 +83,7 @@ class ListForSpec(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.ColumnSor for name in ['formes'] + self.etoiles : self.InsertColumn(i,name,wx.LIST_FORMAT_LEFT) i+=1 - self.SetColumnWidth(0, 250) + self.SetColumnWidth(0, 200) for i in range(0,len(self.etoiles)): #size = self.checkcolumnwidth(len(self.etoiles[i]) * 20) #if size < 200 : -- 2.7.4