mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-12 15:38:52 +01:00
Update main_screen.py (Sync Ver.200626)
This commit is contained in:
parent
457db4ad44
commit
a6c29018b1
@ -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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user