Commit b099070f by Chris Rossi

Make room for FG dropdown. Unfortunate side effect is a lot of empty space…

Make room for FG dropdown.  Unfortunate side effect is a lot of empty space below the tool.  No real good fix for that.
parent 6a54595c
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
seamless="seamless" seamless="seamless"
frameborder="0" frameborder="0"
src="${html_file}" src="${html_file}"
height="${height}" height="${int(height) + 100}"
width="${width}" width="${width}"
/> />
<input type="hidden" name="input_${id}" id="input_${id}" <input type="hidden" name="input_${id}" id="input_${id}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment