Skip to content

Commit

Permalink
1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dream-alpha committed Sep 14, 2023
1 parent 3b86645 commit 1643a3d
Show file tree
Hide file tree
Showing 50 changed files with 336 additions and 307 deletions.
2 changes: 1 addition & 1 deletion CONTROL/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Description: Shadow-FHD
Maintainer: dream-alpha
Package: enigma2-skin-shadow-fhd
Version: 1.1.3
Version: 1.1.10
Architecture: all
Depends: enigma2-plugin-skincomponents-compatibilitycomponents, enigma2-plugin-systemplugins-componentscockpit, enigma2-plugin-skincomponents-extaudioinfo, enigma2-plugin-skincomponents-extchnumber, enigma2-plugin-skincomponents-extdiskspaceinfo, enigma2-plugin-skincomponents-exteventname, enigma2-plugin-skincomponents-extmovieinfo, enigma2-plugin-skincomponents-extvolumetext, enigma2-plugin-skincomponents-eventlist, enigma2-plugin-skincomponents-serviceresolution, enigma2-plugin-skincomponents-extvolumetext, enigma2-plugin-skincomponents-extcaidinfo
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
installdir = /usr/share/enigma2/Shadow-FHD
SUBDIRS = skin
install_PYTHON = *.py
26 changes: 26 additions & 0 deletions src/Version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/usr/bin/python
# coding=utf-8
#
# Copyright (C) 2018-2023 by dream-alpha
#
# In case of reuse of this source code please do not remove this copyright.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# For more information on the GNU General Public License see:
# <http://www.gnu.org/licenses/>.


PLUGIN = "Shadow-FHD"
ID = "SHA"
VERSION = "1.1.10"
COPYRIGHT = "2018-2023 by dream-alpha"
LICENSE = "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version."
17 changes: 17 additions & 0 deletions src/skin/screen_AC3LipSync.xmlinc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<screen flags="wfNoBorder" name="AC3LipSync" position="0,0" size="1200,1080" title="Audio Sync">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<widget font="Regular;28" foregroundColors="foreground,yellow" name="ChannelLabel" position="20,120" size="300,30" transparent="1"/>
<widget font="Regular;28" foregroundColors="foreground,yellow" name="GlobalLabel" position="320,120" size="300,30" transparent="1"/>
<widget font="Regular;28" foregroundColor="yellow" name="ServiceInfoLabel" position="20,170" size="300,30"/>
<widget font="Regular;28" name="ServiceInfo" position="320,170" size="530,30"/>
<eLabel backgroundColor="yellow" position="20,272" size="eval($screen_width-40),38"/>
<eLabel backgroundColor="grey" position="eval($screen_width/2-1),272" size="3,38" zPosition="3"/>
<widget name="AudioSliderBar" orientation="orLeftToRight" position="20,272" size="eval($screen_width-40),38" transparent="1" zPosition="2"/>
<widget font="Regular;32" halign="center" name="AudioSlider" position="20,220" size="eval($screen_width-40),40" transparent="1" valign="center"/>
<ePixmap pixmap="Default-FHD/skin_default/icons/help.svg" position="eval($screen_width-80-20),30" size="80,40"/>
<xmlinc file="screenpart_1Button_name" name="key_red" position="0,eval($screen_height-50)" width="eval($screen_width/4)"/>
<xmlinc file="screenpart_1Button_name" name="key_green" position="eval($screen_width/4),eval($screen_height-50)" width="eval($screen_width/4)"/>
<xmlinc file="screenpart_1Button_name" name="key_blue" position="eval(3*$screen_width/4),eval($screen_height-50)" width="eval($screen_width/4)"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
</screen>
4 changes: 3 additions & 1 deletion src/skin/screen_About.xmlinc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<screen backgroundColor="background" flags="wfNoBorder" name="About" position="center,center" size="1920,1080">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleAbout"/>
<widget font="Bold;32" position="40,20" render="Label" size="650,40" source="Model" transparent="1">
<convert type="DreamboxModel"/>
</widget>
<ePixmap pixmap="Shadow-FHD/images/network.svg" position="40,96" size="50,50"/>
<widget font="Bold;28" position="110,100" render="Label" size="530,35" source="IPHeader" transparent="1"/>
<widget font="Regular;24" position="110,145" render="Label" size="530,28" source="ipA" transparent="1"/>
Expand Down
55 changes: 55 additions & 0 deletions src/skin/screen_AudioSelection.xmlinc
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<screen flags="wfNoBorder" name="AudioSelection" position="0,0" size="1200,1080" title="Audio">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<widget backgroundColor="red" position="20,eval(115+7)" render="Label" size="10,40" source="key_red">
<convert type="COCConditionalShowHideLabel"/>
</widget>
<widget backgroundColor="green" position="20,eval(115+52)" render="Label" size="10,40" source="key_green">
<convert type="COCConditionalShowHideLabel"/>
</widget>
<widget backgroundColor="yellow" position="20,eval(115+97)" render="Label" size="10,40" source="key_yellow">
<convert type="COCConditionalShowHideLabel"/>
</widget>
<widget backgroundColor="blue" position="20,eval(115+142)" render="Label" size="10,40" source="key_blue">
<convert type="COCConditionalShowHideLabel"/>
</widget>
<widget pixmap="Default-FHD/skin_default/icons/menu.svg" position="20,eval(115+187)" render="Pixmap" size="80,40" source="key_menu">
<convert type="ConditionalShowHide"/>
</widget>
<widget name="config" position="40,eval(115+5)" scrollbarMode="showOnDemand" size="1140,225" transparent="1"/>
<widget enableWrapAround="1" position="20,eval(115+260)" render="Listbox" scrollbarMode="showOnDemand" size="eval($screen_width-40),450" source="streams" transparent="1">
<convert type="TemplatedMultiContent">
{"templates":
{"default":(45,[
MultiContentEntryText(pos=(5,0),size=(35,45),font=0,flags=RT_HALIGN_CENTER|RT_VALIGN_CENTER,text=1),
MultiContentEntryText(pos=(45,0),size=(340,45),font=0,flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,text=2),
MultiContentEntryText(pos=(395,0),size=(240,45),font=1,flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,text=3),
MultiContentEntryText(pos=(645,0),size=(490,45),font=1,flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,text=4),
MultiContentEntryPixmapAlphaTest(pos=(1125,2),size=(35,35),png=5),
],True,"showNever"),
"notselected":(45,[
MultiContentEntryText(pos=(5,0),size=(35,45),font=0,flags=RT_HALIGN_CENTER|RT_VALIGN_CENTER,text=1),
MultiContentEntryText(pos=(45,0),size=(340,45),font=0,flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,text=2),
MultiContentEntryText(pos=(395,0),size=(240,45),font=1,flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,text=3),
MultiContentEntryText(pos=(645,0),size=(490,45),font=1,flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,text=4),
MultiContentEntryPixmapAlphaTest(pos=(1125,2),size=(35,35),png=5),
],False,"showNever"),
"subs":(45,[
MultiContentEntryText(pos=(5,0),size=(35,45),font=0,flags=RT_HALIGN_CENTER|RT_VALIGN_CENTER,text=1),
MultiContentEntryText(pos=(45,0),size=(340,45),font=0,flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,text=2),
MultiContentEntryText(pos=(395,0),size=(240,45),font=1,flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,text=3),
MultiContentEntryText(pos=(645,0),size=(490,45),font=1,flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,text=4),
MultiContentEntryPixmapAlphaTest(pos=(1125,2),size=(35,35),png=5),
],True,"showNever"),
"subs_notselected":(45,[
MultiContentEntryText(pos=(5,0),size=(35,45),font=0,flags=RT_HALIGN_CENTER|RT_VALIGN_CENTER,text=1),
MultiContentEntryText(pos=(45,0),size=(340,45),font=0,flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,text=2),
MultiContentEntryText(pos=(395,0),size=(240,45),font=1,flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,text=3),
MultiContentEntryText(pos=(645,0),size=(490,45),font=1,flags=RT_HALIGN_LEFT|RT_VALIGN_CENTER,text=4),
MultiContentEntryPixmapAlphaTest(pos=(1125,2),size=(35,35),png=5),
],False,"showNever")},
"fonts":[gFont("Regular",28),gFont("Regular",22)],"itemHeight":45}
</convert>
</widget>
<widget font="Regular;32" halign="center" name="help_label" position="20,eval($screen_height-100)" size="eval($screen_width-40),75" transparent="1" valign="center"/>
</screen>
1 change: 0 additions & 1 deletion src/skin/screen_AutoMountManager.xmlinc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
"fonts":[gFont("Bold",26),gFont("Regular",22)],"itemHeight":100}
</convert>
</widget>
<widget backgroundColor="gradient" font="Regular;28" foregroundColor="Heading" halign="center" position="20,910" render="Label" size="eval($screen_width-40),70" source="introduction" transparent="1" valign="center"/>
</screen>
1 change: 0 additions & 1 deletion src/skin/screen_AutoTimerEditor.xmlinc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<screen backgroundColor="ScreenBackground" flags="wfNoBorder" name="AutoTimerEditor" position="0,0" size="1200,1080">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
<xmlinc file="screenpart_4Buttons_source" position="0,eval($screen_height-50)"/>
<widget enableWrapAround="1" name="config" position="20,90" scrollbarMode="showOnDemand" size="eval($screen_width-40),590" transparent="1"/>
<widget font="Regular;28" foregroundColor="Heading" halign="center" position="20,690" render="Label" size="eval($screen_width-40),60" source="help" transparent="1" valign="center"/>
Expand Down
1 change: 0 additions & 1 deletion src/skin/screen_AutoTimerFilterEditor.xmlinc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<screen backgroundColor="ScreenBackground" flags="wfNoBorder" name="AutoTimerFilterEditor" position="0,0" size="1200,1080">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
<xmlinc file="screenpart_4Buttons_source" position="0,eval($screen_height-50)"/>
<widget enableWrapAround="1" name="config" position="20,90" scrollbarMode="showOnDemand" size="eval($screen_width-40),660" transparent="1"/>
</screen>
2 changes: 1 addition & 1 deletion src/skin/screen_AutoTimerImporter.xmlinc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<screen backgroundColor="ScreenBackground" flags="wfNoBorder" name="AutoTimerImporter" position="0,0" size="1200,1080">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<xmlinc file="screenpart_1Button_text" position="eval($screen_width/4),eval($screen_height-50)" text="Save" width="$screen_width/4"/>
<xmlinc file="screenpart_1Button_text" position="eval($screen_width/4),eval($screen_height-50)" text="Save" width="eval($screen_width/4)"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
<eLabel position="50,110" size="1820,860" transparent="1" zPosition="-1"/>
<widget enableWrapAround="1" name="list" position="60,120" scrollbarMode="showOnDemand" size="1800,840" transparent="1"/>
Expand Down
1 change: 0 additions & 1 deletion src/skin/screen_AutoTimerServiceEditor.xmlinc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<screen backgroundColor="ScreenBackground" flags="wfNoBorder" name="AutoTimerServiceEditor" position="0,0" size="1200,1080">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
<xmlinc file="screenpart_4Buttons_source" position="0,eval($screen_height-50)"/>
<widget enableWrapAround="1" name="config" position="20,90" scrollbarMode="showOnDemand" size="eval($screen_width-40),660" transparent="1"/>
</screen>
1 change: 0 additions & 1 deletion src/skin/screen_ChannelSelection.xmlinc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
<xmlinc file="screenpart_ChannelSelectionList" position="20,90" size="830,900"/>
<xmlinc file="screenpart_ChannelSelectionEvents" position="880,90" size="800,900"/>
<xmlinc file="screenpart_4Buttons_name" position="0,eval($screen_height-50)"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
</screen>
4 changes: 2 additions & 2 deletions src/skin/screen_ChannelSelectionDisplaySettings.xmlinc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<screen backgroundColor="ScreenBackground" flags="wfNoBorder" name="ChannelSelectionDisplaySettings" position="center,center" size="1920,1080">
<screen backgroundColor="ScreenBackground" flags="wfNoBorder" name="ChannelSelectionDisplaySettings" position="0,center" size="1200,1080">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<xmlinc file="screenpart_1Button_text" position="eval($screen_width/4),eval($screen_height-50)" text="Save" width="eval($screen_width/4)"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
<widget enableWrapAround="1" name="config" position="60,120" scrollbarMode="showOnDemand" size="1800,840" transparent="1"/>
<widget enableWrapAround="1" name="config" position="20,120" scrollbarMode="showOnDemand" size="eval($screen_width-40),840" transparent="1"/>
</screen>
1 change: 0 additions & 1 deletion src/skin/screen_ChannelSelectionRadio.xmlinc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<screen backgroundColor="background" flags="wfNoBorder" name="ChannelSelectionRadio" position="center,center" size="1920,1080" zPosition="-1">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
<xmlinc file="screenpart_4Buttons_name" position="0,eval($screen_height-50)"/>
<widget additionalInfoFont="Regular;26" backgroundColor="background" colorRecording="red" colorRecordingSelected="CursorForeground" colorServiceDescription="foreground" colorServiceDescriptionSelected="CursorForeground" foregroundColorServiceNotAvail="#818181" name="list" picServiceEventProgressbar="Shadow-FHD/images/progress.svg" position="710,110" scrollbarMode="showOnDemand" serviceInfoFont="Regular;26" serviceItemHeight="63" serviceNameFont="Bold;26" serviceNumberFont="Bold;26" size="1120,630" transparent="1"/>
<widget font="Regular;28" position="80,110" render="Label" size="550,630" source="session.Event_Now" transparent="1">
Expand Down
3 changes: 2 additions & 1 deletion src/skin/screen_Console.xmlinc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<screen name="Console" position="center,170" size="1200,820" title="Command execution...">
<screen flags="wfNoBorder" name="Console" position="center,170" size="1200,820" title="Command execution...">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<widget font="Regular;30" name="text" position="10,10" size="1180,800" transparent="1"/>
</screen>
1 change: 0 additions & 1 deletion src/skin/screen_DefaultSatLists.xmlinc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<widget enableWrapAround="1" position="20,120" render="Listbox" scrollbarMode="showOnDemand" size="eval($screen_width-40),680" source="list" transparent="1">
<convert type="StringList"/>
</widget>
<widget backgroundColor="gradient" font="Regular;28" foregroundColor="Heading" halign="center" name="text" position="20,910" size="eval($screen_width-40),70" transparent="1" valign="center"/>
<xmlinc file="screenpart_1Button_name" name="languagetext" position="0,eval($screen_height-50)" width="eval($screen_width/4)"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
</screen>
1 change: 0 additions & 1 deletion src/skin/screen_EPGRefreshConfiguration.xmlinc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<screen backgroundColor="ScreenBackground" flags="wfNoBorder" name="EPGRefreshConfiguration" position="center,center" size="1920,1080">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
<xmlinc file="screenpart_4Buttons_source" position="0,eval($screen_height-50)"/>
<eLabel backgroundColor="background" position="50,110" size="1820,860" zPosition="-1"/>
<widget enableWrapAround="1" name="config" position="60,120" scrollbarMode="showOnDemand" size="1800,720" transparent="1"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<screen backgroundColor="transparent" flags="wfNoBorder" name="EPGRefreshConfigurationFunctionContextMenu" position="center,center" size="1040,450" title="EPGRefresh Functions">
<screen backgroundColor="transparent" flags="wfNoBorder" name="EPGRefreshConfigurationFunctionContextMenu" position="center,center" size="1200,450" title="EPGRefresh Functions">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<xmlinc file="screenpart_Text_OK_Popup"/>
<eLabel backgroundColor="CursorBackground" font="Bold;50" foregroundColor="#bababa" halign="center" position="60,20" size="100,100" text="Info" valign="center"/>
<widget enableWrapAround="on" position="20,120" render="Listbox" scrollbarMode="showOnDemand" size="1000,200" source="menu">
<widget enableWrapAround="on" position="20,120" render="Listbox" scrollbarMode="showOnDemand" size="eval($screen_width-40),200" source="menu">
<convert type="TemplatedMultiContent">
{"template":[MultiContentEntryText(pos=(10,0),size=(900,50),flags=RT_VALIGN_CENTER,text=0)],
{"template":[MultiContentEntryText(pos=(10,0),size=(eval($screen_width-60),50),flags=RT_VALIGN_CENTER,text=0)],
"fonts":[gFont("Regular",26)],"itemHeight":50}
</convert>
</widget>
Expand Down
1 change: 0 additions & 1 deletion src/skin/screen_EPGRefreshServiceEditor.xmlinc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<screen backgroundColor="ScreenBackground" flags="wfNoBorder" name="EPGRefreshServiceEditor" position="center,center" size="1920,1080">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
<xmlinc file="screenpart_4Buttons_source" position="0,eval($screen_height-50)"/>
<eLabel backgroundColor="background" position="50,110" size="1820,860" zPosition="-1"/>
<widget enableWrapAround="1" name="config" position="60,120" scrollbarMode="showOnDemand" size="1800,840" transparent="1"/>
Expand Down
1 change: 0 additions & 1 deletion src/skin/screen_EPGSearch.xmlinc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<screen backgroundColor="background" flags="wfNoBorder" name="EPGSearch" position="center,center" size="1920,1080" title="EPG Selection">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
<xmlinc file="screenpart_4Buttons_name" position="0,eval($screen_height-50)"/>
<widget name="list" position="19,86" size="834,900" transparent="1"/>
<widget font="Bold;32" noWrap="1" position="900,90" render="Label" size="990,40" source="Event" transparent="1">
Expand Down
1 change: 0 additions & 1 deletion src/skin/screen_EPGSelection.xmlinc
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@
<convert type="EventName">FullDescription</convert>
</widget>
<xmlinc file="screenpart_4Buttons_name" position="0,eval($screen_height-50)"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
</screen>
1 change: 0 additions & 1 deletion src/skin/screen_EPGSelectionMulti.xmlinc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<screen backgroundColor="transparent" flags="wfNoBorder" name="EPGSelectionMulti" position="center,center" size="1920,1080" title="EPG Selection">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
<xmlinc file="screenpart_4Buttons_name" position="0,eval($screen_height-50)"/>
<xmlinc file="screenpart_EPG"/>
<widget backgroundColor="gradient" itemHeight="45" name="list" position="20,610" scrollbarMode="showOnDemand" size="1880,360" transparent="1"/>
Expand Down
1 change: 0 additions & 1 deletion src/skin/screen_EventView.xmlinc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
</widget>
<widget font="Regular;28" name="epg_description" position="20,100" size="eval($screen_width-40),560" transparent="1"/>
<xmlinc file="screenpart_4Buttons_name" position="0,eval($screen_height-50)"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,eval($screen_height-10)"/>
</screen>
1 change: 0 additions & 1 deletion src/skin/screen_GraphMultiEPG.xmlinc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
<eLabel backgroundColor="foreground" position="20,920" size="360,1"/>
<widget EntryActiveBackgroundColor="gradient" EntryActiveBackgroundColorSelected="Entryselect" EntryBackgroundColor="background" EntryBackgroundColorSelected="Entryselect" EntryBorderColor="foreground" EntryForegroundColor="foreground" EntryForegroundColorSelected="CursorForeground" ServiceNameForegroundColor="foreground" backgroundColor="background" itemHeight="60" name="list" position="30,382" scrollbarMode="showOnDemand" size="1860,540" transparent="1"/>
<xmlinc file="screenpart_4Buttons_name" position="0,1030" width="480"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,1070" width="480"/>
</screen>
1 change: 0 additions & 1 deletion src/skin/screen_HarddiskDriveSelection.xmlinc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<screen backgroundColor="background" flags="wfNoBorder" name="HarddiskDriveSelection" position="0,0" size="1200,1080">
<xmlinc file="screenpart_Background"/>
<xmlinc file="screenpart_TitleOnly" source="Title"/>
<xmlinc file="screenpart_4Buttons_icon" position="0,1070" width="300"/>
<xmlinc file="screenpart_4Buttons_source" position="0,1030" width="300"/>
<widget enableWrapAround="1" position="20,120" render="Listbox" scrollbarMode="showOnDemand" size="1160,700" source="hddlist" transparent="1">
<convert type="TemplatedMultiContent">
Expand Down
Loading

0 comments on commit 1643a3d

Please sign in to comment.