From 2ca466257b7d031b1c381e7457e560f1ddac2791 Mon Sep 17 00:00:00 2001 From: cuu Date: Wed, 17 Jul 2019 15:49:52 +0800 Subject: [PATCH] fix 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 4a5c0c3..c1e07d5 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 + last_height += li._Height + 2 ## fix offset for long line text covered on the right background png self._MyList.append(li)