mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-03-19 02:22:38 +01:00
Storage font size fix
This commit is contained in:
@@ -67,7 +67,7 @@ class StoragePage(Page):
|
||||
|
||||
usage_percent = (self._DskUsg[0]/self._DskUsg[1] )*100.0
|
||||
|
||||
self._BGlabel.Init("%d%%"% int(usage_percent),MySkinManager.GiveFont("varela25"))
|
||||
self._BGlabel.Init("%d%%"% int(usage_percent),MySkinManager.GiveFont("varela21"))
|
||||
self._BGlabel.SetColor( self._HighColor )
|
||||
|
||||
self._FreeLabel = Label()
|
||||
|
||||
Reference in New Issue
Block a user