X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ec648cb137f7a02e63752b54be2ce3ac959c7c86..848d6f9a17aae9ad2f190510f439bec8f5574758:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index 6f727af5..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>