add SimpleRSS, a very simple RSS reader, including broken podcast support
[enigma2.git] / lib / python / Plugins / SystemPlugins / SkinSelector / plugin.py
index 49156db48293fa2b0c49263b2e28ac271b47c699..844b75f9e3c5b21e6d54e02cb5884eb7a6be22dc 100755 (executable)
@@ -1,3 +1,4 @@
+# -*- coding: iso-8859-1 -*-
 # (c) 2006 Stephan Reichholf
 # This Software is Free, use it where you want, when you want for whatever you want and modify it if you want but don't remove my copyright!
 
@@ -18,9 +19,11 @@ from Components.config import config
 import os, sys
 
 class SkinSelector(Screen):
+       # for i18n:
+       # _("Choose your Skin")
        skin = """
-               <screen position="75,138" size="600,300" title="Choose your Skin" >
-                       <widget name="SkinList" position="10,10" size="275,280" scrollbarMode="showOnDemand" />
+               <screen position="75,138" size="600,320" title="Choose your Skin" >
+                       <widget name="SkinList" position="10,10" size="275,300" scrollbarMode="showOnDemand" />
                        <widget name="Preview" position="305,45" size="280,210" alphatest="on"/>
                </screen>
                """