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-Tag: 2.6.0~36 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/a9e7c6c8a0aa95dfcea880b6caf1d4d0dbbcc023?hp=f9e68c68b63b86c6cdb940681e66231a856c21f9 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 0276e04b..7953d383 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)