From b92f0d8da33c0d41e5304b97feddf921c9a3dae2 Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 17 Jun 2024 18:00:36 +0200 Subject: [PATCH] font size --- ProfList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProfList.py b/ProfList.py index ebc9a53..5e35765 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) + ucis_txt, ucestxt = doconcorde(corpus, nuces, self.la, uci = uci, fontsize = self.ira.fontsize) 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