diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2010-10-06 11:19:05 +0200 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2010-10-06 11:19:05 +0200 |
| commit | 6ff491caab739113f212543e4a70a0773cf6ce37 (patch) | |
| tree | 679d1c34d63e65d207467bc9086033486c363dd7 /lib/python/Plugins/SystemPlugins/TempFanControl/plugin.py | |
| parent | 6f59909bea021e8eca6a60b6b76556b54d52fc49 (diff) | |
| parent | 3b57a6578fd6d09abb77c2eba4bd1e30660be59a (diff) | |
| download | enigma2-6ff491caab739113f212543e4a70a0773cf6ce37.tar.gz enigma2-6ff491caab739113f212543e4a70a0773cf6ce37.zip | |
Merge commit 'origin/bug_590'
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/TempFanControl/plugin.py')
| -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"], { |
