resize bg of About

This commit is contained in:
cuu 2018-05-29 14:15:12 +08:00
parent 9f4bb7783a
commit e73d26ba1f
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ class AboutPage(Page):
_Scrolled = 0 _Scrolled = 0
_BGwidth = 320 _BGwidth = 320
_BGheight = 256 _BGheight = 300
_DrawOnce = False _DrawOnce = False
_Scroller = None _Scroller = None
@ -100,7 +100,7 @@ class AboutPage(Page):
out = {} out = {}
out["key"]="uname" out["key"]="uname"
out["label"]= "Kernel:" out["label"]= "Kernel:"
st = subprocess.check_output(["uname","-srmpo"]) st = subprocess.check_output(["uname","-srmo"])
st = st.strip("\n") st = st.strip("\n")
st = st.strip("\t") st = st.strip("\t")
out["value"] = st out["value"] = st

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB