From 3557feb44c56bc5261d6187afc6e8c1aa73de523 Mon Sep 17 00:00:00 2001 From: cuu Date: Wed, 17 Jul 2019 17:08:25 +0800 Subject: [PATCH] revert about page --- Menu/GameShell/10_Settings/About/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Menu/GameShell/10_Settings/About/__init__.py b/Menu/GameShell/10_Settings/About/__init__.py index c1e07d5..4a5c0c3 100644 --- a/Menu/GameShell/10_Settings/About/__init__.py +++ b/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)