Skip to content

Commit

Permalink
Merge branch 'master' of github.com:oe-alliance/enigma2-plugins
Browse files Browse the repository at this point in the history
* 'master' of github.com:oe-alliance/enigma2-plugins:
  PEP8 double aggressive W291 ~ W293 and W391
  • Loading branch information
jbleyel committed May 26, 2024
2 parents 7f330e7 + ec3e4d0 commit 60f95f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partnerbox2/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ class RemoteChannelList(Screen, PartnerboxGlobals):
</widget>
<widget source="menulist" render="Listbox" position="23,60" size="780,600" scrollbarMode="showOnDemand" foregroundColor="white" backgroundColor="#50a1232" zPosition="1" transparent="1">
<convert type="TemplatedMultiContent">
{"template":
{"template":
[ # indexlist:rawdata, sname, title, progress, timeline, btimestr, etimestr, dtimestr, rest
MultiContentEntryText(pos=(5,2), size=(160,24), font=0, flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER, text=1), # servicename
MultiContentEntryText(pos=(180,2), size=(570,24), font=0, flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER|RT_ELLIPSIS, text=2), # title
Expand Down

0 comments on commit 60f95f0

Please sign in to comment.