From a6c29018b176057456c37bf602529a1e267ce58e Mon Sep 17 00:00:00 2001 From: hi80482 <66435094+hi80482@users.noreply.github.com> Date: Fri, 3 Jul 2020 17:35:45 +0800 Subject: [PATCH] Update main_screen.py (Sync Ver.200626) --- sys.py/UI/main_screen.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys.py/UI/main_screen.py b/sys.py/UI/main_screen.py index 27891ee..936493b 100644 --- a/sys.py/UI/main_screen.py +++ b/sys.py/UI/main_screen.py @@ -138,8 +138,8 @@ class MainScreen(Widget): _TitleBar = None _FootBar = None _MsgBox = None - _MsgBoxFont = MyLangManager.TrFont("veramono20") - _IconFont = MyLangManager.TrFont("varela15") + _MsgBoxFont = MyLangManager.TrFont("Eurostile20") + _IconFont = MyLangManager.TrFont("Eurostile12") _SkinManager = None _Closed = False @@ -661,4 +661,3 @@ class MainScreen(Widget): if hasattr(self._CurrentPage,"_FootMsg"): self._FootBar.SetLabelTexts(self._CurrentPage._FootMsg) self._FootBar.Draw() -