X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1837e66b4c16260152cc9e98d7331dea368ea565..848d6f9a17aae9ad2f190510f439bec8f5574758:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index af37dbdf..c3560295 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -13,7 +13,8 @@ - + + <color name="Background" color="#33294a6b" /> <color name="LabelForeground" color="#ffffff" /> @@ -38,13 +39,13 @@ <pixmap pos="bpBottomRight" filename="b_w_br.png" /> </borderset> </windowstyle> - + <fonts> <font filename="md_khmurabi_10.ttf" name="Regular" scale="100" /> <font filename="ae_AlMateen.ttf" name="Replacement" scale="90" replacement="1" /> </fonts> - <screen name="InfoBar" flags="wfNoBorder" position="0,380" size="720,148" title="InfoBar"> + <screen name="InfoBar" flags="wfNoBorder" position="0,380" size="720,148" title="InfoBar" backgroundColor="transparent" > <ePixmap position="0,0" zPosition="-1" size="720,148" pixmap="info-bg.png" /> <!-- not used in this skin yet --> <widget name="NimA" position="0,0" size="0,0" /> @@ -60,17 +61,17 @@ --> <!-- ............................................................................. --> - <eLabel text="SNR:" position="195,0" size="40,22" font="Regular;15" transparent="1" /> +<!-- <eLabel text="SNR:" position="195,0" size="40,22" font="Regular;15" transparent="1" /> --> <eLabel text="AGC:" position="275,0" size="40,22" font="Regular;15" transparent="1" /> <eLabel text="BER:" position="355,0" size="40,22" font="Regular;15" transparent="1" /> - <widget source="FrontendStatus" render="Label" position="232,0" size="40,22" font="Regular;15" transparent="1" > - <convert type="FrontendInfo">SNR</convert> + <widget source="FrontendStatus" render="Label" position="195,0" size="77,22" font="Regular;15" transparent="1" > + <convert type="FrontendInfo">SNRdB</convert> </widget> <widget source="FrontendStatus" render="Label" position="314,0" size="40,22" font="Regular;15" transparent="1" > <convert type="FrontendInfo">AGC</convert> </widget> - <widget source="FrontendStatus" render="Label" position="392,0" size="53,22" font="Regular;15" transparent="1" > + <widget source="FrontendStatus" render="Label" position="392,2" size="53,20" font="Regular;13" transparent="1" > <convert type="FrontendInfo">BER</convert> </widget> @@ -186,7 +187,7 @@ <widget source="CurrentService" render="Label" position="475,60" size="75,20" halign="left" backgroundColor="dark" font="Regular;18"> <convert type="ServicePosition">Remaining</convert> </widget> - <widget source="CurrentService" render="PositionGauge" position="247,60" size="225,20" zPosition="2" pointer="position_pointer.png:3,5" > + <widget source="CurrentService" render="PositionGauge" position="247,60" size="225,20" zPosition="2" pointer="position_pointer.png:3,5" foregroundColor="#225b7395"> <convert type="ServicePosition">Gauge</convert> </widget> </screen>