mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-23 04:12:42 +01:00
Fix super long list overlap display problem in Emulator
This commit is contained in:
@@ -204,7 +204,7 @@ class AboutPage(Page):
|
||||
memory = {}
|
||||
memory["key"] = "memory"
|
||||
memory["label"] = "Memory:"
|
||||
memory["value"] = str( int(parts[1].strip())/1000.0) +" Mb"
|
||||
memory["value"] = str( int(parts[1].strip())/1000.0) +" MB"
|
||||
self._AList["memory"] = memory
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user