From 31cad221d8349d9eafe2c17a282646d22ef1be81 Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 7 Oct 2024 18:10:06 +0200 Subject: [PATCH] fontsize --- ProfList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProfList.py b/ProfList.py index 9315f5e..b631bea 100644 --- a/ProfList.py +++ b/ProfList.py @@ -676,7 +676,7 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col ntab2 = ntab2[:limite] nuces = [val[1] for val in ntab2] dlg.Update(3, 'concordancier...') - ucis_txt, ucestxt = doconcorde(corpus, nuces, self.la, uci = uci, fontsize = self.ira.fontsize) + ucis_txt, ucestxt = doconcorde(corpus, nuces, self.la, uci = uci) items = dict([[i, '
'.join([ucis_txt[i], '
score : %.2f

' % ntab2[i][0], ucestxt[i]])] for i, uce in enumerate(nuces)]) dlg.Destroy() win = message(self, items, ' - '.join([_("Typical text segments"), "Classe %i" % self.cl]), (750, 600), uceids = nuces) -- 2.7.4