Skip to content

Commit

Permalink
Update HelpMenu list template
Browse files Browse the repository at this point in the history
  • Loading branch information
Taapat committed Dec 31, 2024
1 parent cb75167 commit 9546476
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions usr/share/enigma2/SimpleGray-HD/skin_screens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -655,23 +655,21 @@ self.instance.move(ePoint(int((1280 * f - wsizex) / 2), int((740 * f - wsizey) /
</panel>
<widget source="list" conditional="indicatorU0" render="Listbox" position="170,15*f" size="e-140-40*f,420*f" transparent="0" scrollbarMode="showOnDemand">
<convert type="TemplatedMultiContent">
{
"templates": {
"default": [38*f, [MultiContentEntryText(pos=(0, 3*f), size=(730*f, 38*f), font=1, text=1)]],
"default+headings": [ 38*f, [
MultiContentEntryText(pos=(0, 3*f), size=(730*f, 38*f), font=0, text=1),
MultiContentEntryText(pos=(20*f, 3*f), size=(713*f, 38*f), font=1, text=2)]],
"extended": [57*f, [
MultiContentEntryText(pos=(0, 0), size=(730*f, 30*f), font=2, text=1),
MultiContentEntryText(pos=(0, 40*f), size=(730*f, 26*f), color=0x009e9fa4, font=3, text=2)]],
"extended+headings": [57*f, [
MultiContentEntryText(pos=(0, 9*f), size=(730*f, 32*f), font=0, text=1),
MultiContentEntryText(pos=(20*f, 0), size=(713*f, 30*f), font=2, text=2),
MultiContentEntryText(pos=(20*f, 30*f), size=(713*f, 26*f), color=0x009e9fa4, font=3, text=3)]],
},
"fonts": [gFont("Regular", 26*f), gFont("Regular", 24*f), gFont("Regular", 25*f), gFont("Regular", 25*f)],
"itemHeight": 38*f
}
{"templates": {
"default": [38*f, [MultiContentEntryText(pos=(0, 3*f), size=(730*f, 38*f), font=1, text=1)]],
"default+headings": [ 38*f, [
MultiContentEntryText(pos=(0, 3*f), size=(730*f, 38*f), font=0, text=1),
MultiContentEntryText(pos=(20*f, 3*f), size=(713*f, 38*f), font=1, text=2)]],
"extended": [57*f, [
MultiContentEntryText(pos=(0, 0), size=(730*f, 30*f), font=2, text=1),
MultiContentEntryText(pos=(0, 40*f), size=(730*f, 26*f), color=0x009e9fa4, font=3, text=2)]],
"extended+headings": [57*f, [
MultiContentEntryText(pos=(0, 9*f), size=(730*f, 32*f), font=0, text=1),
MultiContentEntryText(pos=(20*f, 0), size=(713*f, 30*f), font=2, text=2),
MultiContentEntryText(pos=(20*f, 30*f), size=(713*f, 26*f), color=0x009e9fa4, font=3, text=3)]],
},
"fonts": [gFont("Regular", 26*f), gFont("Regular", 24*f), gFont("Regular", 25*f), gFont("Regular", 25*f)],
"itemHeight": 38*f}
</convert>
</widget>
<widget name="longshift_key0" conditional="longshift_key1" position="170,440*f" size="e-140-40*f,30*f" font="Regular;24*f" foregroundColor="grey"/>
Expand Down

0 comments on commit 9546476

Please sign in to comment.