From a9e7c6c8a0aa95dfcea880b6caf1d4d0dbbcc023 Mon Sep 17 00:00:00 2001 From: acid-burn Date: Wed, 7 Oct 2009 16:58:19 +0200 Subject: [PATCH] VideoEnhancement/plugin.py: small skin fix so all options fit into the configlistscreen --- .../SystemPlugins/VideoEnhancement/plugin.py | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) 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) -- 2.7.4