diff --git a/src/webui/html/download.html b/src/webui/html/download.html index d3161127b..5dc27bdbf 100644 --- a/src/webui/html/download.html +++ b/src/webui/html/download.html @@ -11,7 +11,7 @@

_(Download Torrents from their URL or Magnet link)

- +

_(Only one link per line)

diff --git a/src/webui/scripts/client.js b/src/webui/scripts/client.js index cf068411f..3e118a082 100644 --- a/src/webui/scripts/client.js +++ b/src/webui/scripts/client.js @@ -317,7 +317,7 @@ window.addEvent('load', function(){ if($defined(prop_h)) prop_h = prop_h.toInt(); else - prop_h = 200; + prop_h = Window.getSize().y / 2.; new MochaUI.Panel({ id: 'propertiesPanel', title: 'Panel',