X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f9e68c68b63b86c6cdb940681e66231a856c21f9..a9e7c6c8a0aa95dfcea880b6caf1d4d0dbbcc023:/lib/python/Plugins/SystemPlugins/VideoEnhancement/plugin.py 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)