From e7c41472cdecd4b2d9c96dcfbfa4f1ce1d0efae5 Mon Sep 17 00:00:00 2001 From: shrlnm Date: Sun, 26 May 2019 22:16:02 +0300 Subject: [PATCH] 9p fix#20 --- pyren/soh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyren/soh.py b/pyren/soh.py index 4cb41c0..3c64327 100755 --- a/pyren/soh.py +++ b/pyren/soh.py @@ -325,7 +325,7 @@ class tl: self.v_volt.set("00.00V") self.l_volt = tk.Label(self.FR1, textvariable=self.v_volt, bg = "#d9d9d9", fg='black') self.l_volt.place(relx=0.55, rely=0.0, height=55, width=130) - self.l_volt.config(font=("Courier 34" )) + self.l_volt.config(font=("Courier 28" )) self.Label2 = tk.Label(self.FR1) self.Label2.place(relx=0.23, rely=0.583, height=14, width=55)