]> git.sesse.net Git - vlc/commitdiff
Add some comments and 'fix' display if the mosaic's width is larger than 600px.
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 18 Mar 2006 17:56:10 +0000 (17:56 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 18 Mar 2006 17:56:10 +0000 (17:56 +0000)
share/http/dialogs/mosaic

index e74d7bf3cb1be46c8c6f23cc842131440d2e9ba6..baf66c49923079de6ccedd37928b4099a0b58dbb 100644 (file)
@@ -27,7 +27,7 @@ This dialog needs the following dialogs to be fully functional: input and
 sout.
 <vlc id="end" />
 
-<div id="mosaic" class="dialog" >
+<div id="mosaic" class="dialog" style="overflow:visible;">
   <div class="title">
     VLC media player - Mosaic wizard
     <button id="btn_toggle_text" onclick="toggle_btn_text();">
@@ -98,9 +98,11 @@ sout.
     Click on each of the cells to assign inputs. (<a href="javascript:document.getElementById('mosaic_list').value='';show('mosaic_list');">Show input list</a>)
   </div>
   <div id="mosaic_layout" class="mosaic_bg"></div>
-  <textarea id="mosaic_code" cols="80" rows="30"></textarea>
   <div class="controls">
     <input type="button" value="Let's go!" onclick="mosaic_batch(document.getElementById('mosaic_code').value);" />
     <input type="button" value="Stop" onclick="mosaic_stop()" />
+    <br/><br/>
+    Edit the following VLM command batch if you want to fine tune your mosaic settings:
   </div>
+  <textarea id="mosaic_code" cols="80" rows="30"></textarea>
 </div>