From 3d5ae287a139ee8642000e764e63028eb608b787 Mon Sep 17 00:00:00 2001 From: hi80482 <66435094+hi80482@users.noreply.github.com> Date: Fri, 3 Jul 2020 17:28:02 +0800 Subject: [PATCH] Update foot_bar.py (Sync Ver.200626) --- sys.py/UI/foot_bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys.py/UI/foot_bar.py b/sys.py/UI/foot_bar.py index 7524637..156516e 100644 --- a/sys.py/UI/foot_bar.py +++ b/sys.py/UI/foot_bar.py @@ -53,7 +53,7 @@ class FootBar(Widget): _Icons = {} _IconWidth = 18 _IconHeight = 18 - _LabelFont = MyLangManager.TrFont("veramono10") + _LabelFont = MyLangManager.TrFont("Eurostile10") _State = "normal" _SkinManager = None