X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=skin.py;h=b8ec2124c69a3e4ccc2c313420c6ea0ec0c50f3e;hb=b798eda0c349de892b15ad4b37f0a4e5533d4e8a;hp=5744855ce35d431077448c4378f77248892b465e;hpb=2b4499ffd129b771f295ec0c2db40fec7ef177de;p=vuplus_dvbapp diff --git a/skin.py b/skin.py index 5744855..b8ec212 100644 --- a/skin.py +++ b/skin.py @@ -154,6 +154,9 @@ def loadSkin(desktop): for windowstyle in elementsWithTag(skin.childNodes, "windowstyle"): style = eWindowStyleSkinned() + style.setTitleFont(gFont("Arial", 20)); + style.setTitleOffset(eSize(20, 5)); + for borderset in elementsWithTag(windowstyle.childNodes, "borderset"): bsName = str(borderset.getAttribute("name")) for pixmap in elementsWithTag(borderset.childNodes, "pixmap"):