From 78bb4104b080d956d69668fce47a3ad08a16f331 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 29 Dec 2011 00:24:09 +0200 Subject: [PATCH] Web UI: Improve usability of small devices --- src/webui/html/download.html | 2 +- src/webui/scripts/client.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',