Skip to content

Commit

Permalink
[skin_setup.xml] Improve the new PluginBrowser screen
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSav committed Jul 3, 2023
1 parent 6d5a535 commit a442a88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion usr/share/enigma2/OverlayHD/skin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@
<color name="FootnoteBackground" value="ScreenBackground" />
<color name="FootnoteText" value="LightBlue" />

<color name="GridBackground" value="#3f414a4c" />

<color name="HelpPress" value="Yellow" />

<color name="InfoBackground" value="ScreenBackground" />
Expand Down Expand Up @@ -239,7 +241,7 @@
<color name="MenuBackground" value="ScreenBackground" />
<color name="MenuDisabled" value="Grey" />
<color name="MenuSelected" value="DodgerBlue" />
<color name="MenuSelectedMove" value="MediumBlue" />
<color name="MenuSelectedMove" value="OrangeRed" />
<color name="MenuText" value="White" />
<color name="MenuTextSelected" value="White" />

Expand Down
4 changes: 2 additions & 2 deletions usr/share/enigma2/OverlayHD/skin_setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1312,12 +1312,12 @@
}
</convert>
</widget>
<widget source="pluginGrid" render="Listbox" position="400,80" size="830,470" conditional="pluginGrid" itemSpacing="10,10" listOrientation="grid" moveBackgroundColor="MenuSelectedMove" moveFontColor="TextWaiting" scrollbarLength="450" selectionZoom="0">
<widget source="pluginGrid" render="Listbox" position="400,80" size="830,470" conditional="pluginGrid" itemSpacing="10,10" listOrientation="grid" moveBackgroundColor="MenuSelectedMove" moveFontColor="Text" scrollbarLength="450" selectionZoom="0">
<convert type="TemplatedMultiContent">
{
"template":
[
MultiContentEntryText(pos=(0, 0), size=(154, 105), font=0, backcolor=0x37404040),
MultiContentEntryText(pos=(0, 0), size=(154, 105), font=0, backcolor="GridBackground"),
MultiContentEntryPixmapAlphaBlend(pos=(27, 10), size=(100, 40), png=3, flags=BT_SCALE),
MultiContentEntryText(pos=(1, 54), size=(152, 45), font=0, flags=RT_VALIGN_CENTER | RT_HALIGN_CENTER | RT_WRAP, text=1)
],
Expand Down

0 comments on commit a442a88

Please sign in to comment.