diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-05-20 23:23:05 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-05-20 23:23:05 +0000 |
| commit | 291c22bb4b7824dd9e4d9528b53172f913a8084a (patch) | |
| tree | 89bdac5335755a1aea9f53021f1dc9c96f2eb8a1 /data | |
| parent | 09a48d79a8ee17f0abe10d40aa33f3133b6b9170 (diff) | |
| download | enigma2-291c22bb4b7824dd9e4d9528b53172f913a8084a.tar.gz enigma2-291c22bb4b7824dd9e4d9528b53172f913a8084a.zip | |
show SNR in dB - requires updated (not yet existing) driver to display valid data
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/skin.xml b/data/skin.xml index cf2d2c73..c3560295 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -61,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> |
