diff --git a/Menu/GameShell/10_Settings/About/__init__.py b/Menu/GameShell/10_Settings/About/__init__.py index 8a77a0a..c3db492 100644 --- a/Menu/GameShell/10_Settings/About/__init__.py +++ b/Menu/GameShell/10_Settings/About/__init__.py @@ -86,7 +86,7 @@ class AboutPage(Page): _Scrolled = 0 _BGwidth = 320 - _BGheight = 256 + _BGheight = 300 _DrawOnce = False _Scroller = None @@ -100,7 +100,7 @@ class AboutPage(Page): out = {} out["key"]="uname" out["label"]= "Kernel:" - st = subprocess.check_output(["uname","-srmpo"]) + st = subprocess.check_output(["uname","-srmo"]) st = st.strip("\n") st = st.strip("\t") out["value"] = st diff --git a/sys.py/gameshell/icons/about_bg.png b/sys.py/gameshell/icons/about_bg.png index 991fa5c..1fc0ee3 100644 Binary files a/sys.py/gameshell/icons/about_bg.png and b/sys.py/gameshell/icons/about_bg.png differ