From cb9b4e606401e51e9931c8dfa22d49b95b05a51c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 14 Mar 2005 19:08:23 +0000 Subject: [PATCH] *** empty log message *** --- demos/title.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/title.script b/demos/title.script index 3c594e34c2..9ec9ed72a6 100644 --- a/demos/title.script +++ b/demos/title.script @@ -36,13 +36,13 @@ If(nbelm && nbnod) Plugin(Annotate).Text = Sprintf("Mesh: %g nodes/%g elements", nbelm, nbnod); Plugin(Annotate).Font = "Helvetica-Oblique" ; Plugin(Annotate).FontSize = 12 ; - Plugin(Annotate).Y = 95 ; + Plugin(Annotate).Y = y; Plugin(Annotate).Run ; EndIf // if we have some post-processing views, add the variable names -y += 20; If(num > 0) + y += 20; For i In {0:num-1} Plugin(Annotate).Text = StrCat(Sprintf("Variable %g: ", i), Sprintf(View[i].Name)); Plugin(Annotate).Font = "Helvetica-Oblique"; -- GitLab