From 3da94f7dd75ad59ad98308dbb69505980a35c741 Mon Sep 17 00:00:00 2001 From: hi80482 <66435094+hi80482@users.noreply.github.com> Date: Fri, 3 Jul 2020 17:24:04 +0800 Subject: [PATCH] Update counter_screen.py (Sync Ver.200626) --- sys.py/UI/counter_screen.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys.py/UI/counter_screen.py b/sys.py/UI/counter_screen.py index 36bcd69..74a978d 100644 --- a/sys.py/UI/counter_screen.py +++ b/sys.py/UI/counter_screen.py @@ -15,10 +15,10 @@ import config class CounterScreen(FullScreen): - _CounterFont = MyLangManager.TrFont("varela120") - _TextFont1 = MyLangManager.TrFont("varela15") - _TextFont2 = MyLangManager.TrFont("varela12") - + _CounterFont = MyLangManager.TrFont("Eurostile120") + _TextFont1 = MyLangManager.TrFont("Eurostile15") + _TextFont2 = MyLangManager.TrFont("Eurostile12") + _TopLabel = None _BottomLabel = None _NumberLabel = None