use orbital position in isValidONIDTSID
[enigma2.git] / skin.py
diff --git a/skin.py b/skin.py
index 5744855ce35d431077448c4378f77248892b465e..b8ec2124c69a3e4ccc2c313420c6ea0ec0c50f3e 100644 (file)
--- 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"):