From: pierre Date: Mon, 17 Jun 2024 16:00:36 +0000 (+0200) Subject: font size X-Git-Url: http://iramuteq.org/git?a=commitdiff_plain;h=b92f0d8da33c0d41e5304b97feddf921c9a3dae2;p=iramuteq font size --- 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)