diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2010-10-06 11:11:05 +0200 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2010-10-06 11:11:05 +0200 |
| commit | 3b57a6578fd6d09abb77c2eba4bd1e30660be59a (patch) | |
| tree | 043f9e4c9b27a4cbd131a5c6b51576fed49df5d6 /lib/python/Plugins | |
| parent | be8ccc9f63c4cd79f8dba84087c7348c23657865 (diff) | |
| download | enigma2-3b57a6578fd6d09abb77c2eba4bd1e30660be59a.tar.gz enigma2-3b57a6578fd6d09abb77c2eba4bd1e30660be59a.zip | |
TempFanControl/plugin.py: increase config skin display seperation a bit. fixes #590
Diffstat (limited to 'lib/python/Plugins')
| -rwxr-xr-x[-rw-r--r--] | lib/python/Plugins/SystemPlugins/TempFanControl/plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/TempFanControl/plugin.py b/lib/python/Plugins/SystemPlugins/TempFanControl/plugin.py index c8af9cdd..42fe82da 100644..100755 --- a/lib/python/Plugins/SystemPlugins/TempFanControl/plugin.py +++ b/lib/python/Plugins/SystemPlugins/TempFanControl/plugin.py @@ -131,6 +131,7 @@ class TempFanControl(Screen, ConfigListScreen): ConfigListScreen.__init__(self, self.list, session = self.session) #self["config"].list = self.list #self["config"].setList(self.list) + self["config"].l.setSeperation(300) self["actions"] = ActionMap(["OkCancelActions", "ColorActions"], { |
