X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=skin.py;h=d11cce02f5ee6101cdf93547795ced9694a67675;hb=738b4b576eee308b08d3769f6139f989f970a62d;hp=a40952041530cfe4428d6eeb5359ab0724896c5b;hpb=5d4117d8e413629c17fee5c13589375a3f1cc2bd;p=vuplus_dvbapp diff --git a/skin.py b/skin.py index a409520..d11cce0 100644 --- a/skin.py +++ b/skin.py @@ -128,6 +128,8 @@ def applySingleAttribute(guiObject, desktop, attrib, value): guiObject.setForegroundColor(parseColor(value)) elif attrib == "selectionDisabled": guiObject.setSelectionEnable(0) + elif attrib == "transparent": + guiObject.setTransparent(int(value)) elif attrib != 'name': print "unsupported attribute " + attrib + "=" + value except int: