Browse Source

Merge pull request #261 from cuu/master

revert about page
GNU 4 years ago
parent
commit
a89304b250
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 + 2 ## fix offset for long line text covered on the right background png
+            last_height += li._Height
             
             self._MyList.append(li)