Merge pull request #10 from cuu/master

resize bg of About
This commit is contained in:
clockworkpi 2018-05-29 15:32:50 +08:00 committed by GitHub
commit e6fb05e6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB