aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-07-28 12:55:57 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-07-28 12:55:57 +0000
commita3330763e823caac4dd7a2f98504c4496bf46c34 (patch)
treec5d3e8c9816f8815569ae7416dd061599806ffe7 /lib/python
parent55ee6d8a6a357c5e7926978d07494c452d5ea7ee (diff)
downloadenigma2-a3330763e823caac4dd7a2f98504c4496bf46c34.tar.gz
enigma2-a3330763e823caac4dd7a2f98504c4496bf46c34.zip
add missing background color
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/Extensions/CutListEditor/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/CutListEditor/plugin.py b/lib/python/Plugins/Extensions/CutListEditor/plugin.py
index 3979da67..28ed7d64 100644
--- a/lib/python/Plugins/Extensions/CutListEditor/plugin.py
+++ b/lib/python/Plugins/Extensions/CutListEditor/plugin.py
@@ -143,7 +143,7 @@ class CutListEditor(Screen, InfoBarSeek, InfoBarCueSheetSupport):
skin = """
<screen position="100,100" size="550,400" title="Test" >
<widget name="Timeline" position="10,0" size="530,40"
- pointer="/usr/share/enigma2/position_pointer.png:3,5" />
+ pointer="/usr/share/enigma2/position_pointer.png:3,5" foregroundColor="#225b7395" />
<widget name="Cutlist" position="10,50" size="530,300" scrollbarMode="showOnDemand" />
</screen>"""
def __init__(self, session, service):