about page fix

This commit is contained in:
cpi 2019-07-17 15:47:43 +08:00
parent 87943a7ac5
commit d54a85b82a

View File

@ -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)