mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
resize bg of About
This commit is contained in:
parent
9f4bb7783a
commit
e73d26ba1f
@ -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 |
Loading…
x
Reference in New Issue
Block a user