diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-07-28 12:55:57 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-07-28 12:55:57 +0000 |
| commit | a3330763e823caac4dd7a2f98504c4496bf46c34 (patch) | |
| tree | c5d3e8c9816f8815569ae7416dd061599806ffe7 /lib/python | |
| parent | 55ee6d8a6a357c5e7926978d07494c452d5ea7ee (diff) | |
| download | enigma2-a3330763e823caac4dd7a2f98504c4496bf46c34.tar.gz enigma2-a3330763e823caac4dd7a2f98504c4496bf46c34.zip | |
add missing background color
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/CutListEditor/plugin.py | 2 |
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): |
