X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FLEDBrightnessSetup%2Fplugin.py;h=9d29a461557911e15fd4b6b4b558102d26412891;hb=096e5476ffe567b3a22b8838c28a45dff4e10c5d;hp=f5cc4fcc529af4f27517d655bd2c722392751a28;hpb=1d10d4a489d6700c942d00358822728390f8fcd7;p=vuplus_dvbapp diff --git a/lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/plugin.py b/lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/plugin.py index f5cc4fc..9d29a46 100755 --- a/lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/plugin.py +++ b/lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/plugin.py @@ -57,17 +57,20 @@ class LEDSetup: ledsetup = LEDSetup() class LEDBrightnessSetup(Screen,ConfigListScreen): - skin = """ - - - - - - - - + skin = """ + + + + + + + + + + - """ + + """ def __init__(self,session): Screen.__init__(self,session)