aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/SkinSelector
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-11-11 11:54:15 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-11-11 11:54:15 +0000
commit3890c277efa3bb9797b107e7b459017707f2bf0c (patch)
tree735b86e64d09f866de9a084fc014a1c2a696b6ae /lib/python/Plugins/SystemPlugins/SkinSelector
parentac2766df1ddb2de286bf324b002cb1a6911ff1dd (diff)
downloadenigma2-3890c277efa3bb9797b107e7b459017707f2bf0c.tar.gz
enigma2-3890c277efa3bb9797b107e7b459017707f2bf0c.zip
layout fix
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SkinSelector')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/SkinSelector/plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py b/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py
index 49156db4..db911865 100755
--- a/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py
@@ -19,8 +19,8 @@ import os, sys
class SkinSelector(Screen):
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>
"""