JAL-957 fix layout of pages
[jalview.git] / examples-jbake / templates / macros.ftl
index 0673d76..04a4498 100644 (file)
@@ -3,7 +3,7 @@
 
 <#macro jvlitebutton appjar params prots=true width=140 height=35>
 <applet
-   code="jalview.bin.JalviewLite" width="${width}" height="${width}"
+   code="jalview.bin.JalviewLite" width="${width}" height="${height}"
    archive="${appjar}">
 <#list appparams as p><#if (params[p])?has_content><param name="${p}" value="${params[p]}"/></#if></#list>
 <#if (prots)>