mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-03-18 18:12:39 +01:00
Update download_process_page.py (Sync Ver.200626)
This commit is contained in:
@@ -75,11 +75,11 @@ class DownloadProcessPage(Page):
|
||||
|
||||
self._FileNameLabel = Label()
|
||||
self._FileNameLabel.SetCanvasHWND(self._CanvasHWND)
|
||||
self._FileNameLabel.Init("", MyLangManager.TrFont("varela12"))
|
||||
self._FileNameLabel.Init("", MyLangManager.TrFont("Eurostile12"))
|
||||
|
||||
self._SizeLabel = Label()
|
||||
self._SizeLabel.SetCanvasHWND(self._CanvasHWND)
|
||||
self._SizeLabel.Init("0/0Kb",MyLangManager.TrFont("varela12"))
|
||||
self._SizeLabel.Init("0/0Kb",MyLangManager.TrFont("Eurostile12"))
|
||||
self._SizeLabel.SetColor( self._URLColor )
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user