From: acid-burn Date: Wed, 7 Oct 2009 14:58:19 +0000 (+0200) Subject: VideoEnhancement/plugin.py: small skin fix so all options fit into the configlistscreen X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=a9e7c6c8a0aa95dfcea880b6caf1d4d0dbbcc023 VideoEnhancement/plugin.py: small skin fix so all options fit into the configlistscreen --- diff --git a/lib/python/Plugins/SystemPlugins/VideoEnhancement/plugin.py b/lib/python/Plugins/SystemPlugins/VideoEnhancement/plugin.py index 0276e04..7953d38 100755 --- a/lib/python/Plugins/SystemPlugins/VideoEnhancement/plugin.py +++ b/lib/python/Plugins/SystemPlugins/VideoEnhancement/plugin.py @@ -11,19 +11,19 @@ from os import path as os_path class VideoEnhancementSetup(Screen, ConfigListScreen): skin = """ - - - - - - - - - - - - - """ + + + + + + + + + + + + + """ def __init__(self, session): Screen.__init__(self, session) @@ -270,14 +270,14 @@ class VideoEnhancementPreview(Screen, ConfigListScreen): skin = """ - - - - - - - - """ + + + + + + + + """ def __init__(self, session, configEntry = None, oldSplitMode = None, maxValue = None): Screen.__init__(self, session)