Browse Source

fix about page

cuu 4 years ago
parent
commit
2ca466257b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Menu/GameShell/10_Settings/About/__init__.py

+ 1 - 1
Menu/GameShell/10_Settings/About/__init__.py

@@ -266,7 +266,7 @@ class AboutPage(Page):
 
             li.SetSmallText( self._AList[u]["value"] )
             
-            last_height += li._Height
+            last_height += li._Height + 2 ## fix offset for long line text covered on the right background png
             
             self._MyList.append(li)