Skip to content

Commit

Permalink
add screen SoftCamSetup thx willy01
Browse files Browse the repository at this point in the history
  • Loading branch information
hd75hd committed May 3, 2019
1 parent fc73bc6 commit 3982db5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions usr/share/enigma2/MetrixHD/skin_00o_openatv.xml
Expand Up @@ -5096,4 +5096,16 @@ self.instance.move(ePoint(int(deskwidth - newwidth)/2,int(deskheight - newheight
<panel name="_oe-buttons_template1" />
</screen>
<!-- MultiBootWizard -->
<!-- SoftcamSetup -->
<screen name="SoftcamSetup" position="0,0" size="1280,720" title="Softcam Setup" flags="wfNoBorder" backgroundColor="transparent">
<widget source="Title" render="Label" position="58,36" foregroundColor="layer-a-title-foreground" size="525,50" noWrap="1" valign="bottom" font="global_title;34" backgroundColor="layer-a-background" transparent="1" />
<widget name="config" position="70,100" size="700,490" enableWrapAround="1" itemHeight="30" font="screen_text; 20" scrollbarSliderBorderWidth="1" scrollbarWidth="10" scrollbarSliderForegroundColor="scrollbarSlidercolor" scrollbarSliderBorderColor="scrollbarSliderbordercolor" scrollbarMode="showOnDemand" backgroundColor="layer-a-background" foregroundColor="layer-a-foreground" backgroundColorSelected="layer-a-selection-background" foregroundColorSelected="layer-a-selection-foreground" zPosition="1" transparent="1" />
<widget name="info" position="80,300" size="700,300" font="screen_text; 20" />
<panel name="template1_2layer" />
<panel name="rg_b-buttons_template1" />
<panel name="rg_b-keys_template1-source" />
<panel name="__e-buttons_template1" />
<ePixmap position="890,175" size="256,256" zPosition="2" pixmap="MetrixHD/icons/softcam.png" transparent="1" alphatest="blend" />
</screen>
<!-- SoftcamSetup -->
</skin>

0 comments on commit 3982db5

Please sign in to comment.