Merge pull request #198 from cuu/gcores

MsgBoxFont
This commit is contained in:
GNU 2019-05-05 18:53:23 +08:00 committed by GitHub
commit 13aa69700a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ class MainScreen(Widget):
_TitleBar = None
_FootBar = None
_MsgBox = None
_MsgBoxFont = MyLangManager.TrFont("veramono20")
_MsgBoxFont = MyLangManager.TrFont("varela20")
_IconFont = MyLangManager.TrFont("varela15")
_SkinManager = None