Skip to content

Commit

Permalink
Merge OpenViX
Browse files Browse the repository at this point in the history
  • Loading branch information
Ev0-BH committed Oct 6, 2023
2 parents 64202b9 + f5ada9b commit 18c0d4d
Show file tree
Hide file tree
Showing 36 changed files with 633 additions and 374 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enigma2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
echo "installing libsigc++-3"
pushd .
cd /tmp
git clone --depth 1 https://github.com/dbus-cxx/libsigc--3.0.git
git clone --depth 1 https://github.com/TwolDE2/libsigc--3.0.git
cd libsigc--3.0
autoreconf -i
./configure
Expand Down
11 changes: 11 additions & 0 deletions data/display800/skin_display_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,5 +426,16 @@
<widget source="duration" render="Label" position="c,310" size="c,60" font="FdLcD;60" halign="center" valign="center" transparent="1" />
<widget source="state" render="Label" position="0,380" size="e,80" font="FdLcD;65" halign="center" valign="center" transparent="1" />
</screen>

<!-- LanguageSelection -->
<screen name="LanguageSelectionSummary" position="0,0" size="800,480">
<widget source="title" render="Label" position="40,40" size="720,100" foregroundColor="white" font="FdLcD;65" halign="center" valign="center" zPosition="2" noWrap="1"/>
<widget source="summarylangsel" render="Label" position="40,160" size="720,160" foregroundColor="white" font="FdLcDLight;65" halign="center" valign="top" zPosition="2" />
<widget name="flag" position="310,320" size="180,120" alphatest="blend" zPosition="100" scale="1" />
</screen>
<screen name="LanguageWizardSummary" position="0,0" size="480,320">
<widget source="parent.summarytext" render="Label" position="40,0" size="720,100" foregroundColor="white" font="FdLcD;85" halign="center" valign="center" zPosition="2" />
<widget source="parent.summarylangname" render="Label" position="40,200" size="720,160" foregroundColor="white" font="FdLcDLight;65" halign="center" valign="top" zPosition="2" />
</screen>

</skin>

0 comments on commit 18c0d4d

Please sign in to comment.