diff options
author | thlo <smarttv640@gmail.com> | 2013-03-04 20:23:39 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-03-04 20:23:39 +0100 |
commit | b788b9e2c84856f9d332bb5fd3f1fc4c87713850 (patch) | |
tree | 36cd5d89d526b86554fa61c9aa815d85c366b510 /smarttv-client/Javascript/Display.js | |
parent | 026e7f57858e873f2f81ecd6c3fbe1ee0f0d7203 (diff) | |
download | vdr-plugin-smarttvweb-b788b9e2c84856f9d332bb5fd3f1fc4c87713850.tar.gz vdr-plugin-smarttvweb-b788b9e2c84856f9d332bb5fd3f1fc4c87713850.tar.bz2 |
Bug fix for Direct Live Channel Access.
Diffstat (limited to 'smarttv-client/Javascript/Display.js')
-rwxr-xr-x | smarttv-client/Javascript/Display.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/smarttv-client/Javascript/Display.js b/smarttv-client/Javascript/Display.js index c3df32f..8d10024 100755 --- a/smarttv-client/Javascript/Display.js +++ b/smarttv-client/Javascript/Display.js @@ -261,6 +261,10 @@ Display.tuneLeftSide = function() { res.w3 = "5%";
switch (Main.state) {
case Main.eLIVE:
+ res.w1 = "10%";
+ res.w2 = "80%";
+ res.w3 = "5%";
+ break;
case Main.eMED:
res.w1 = "5%";
res.w2 = "85%";
|