From 248e545a9895648115a0d61a2c8190e6de737aac Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 12 May 2014 20:30:37 +0000 Subject: [PATCH] --- doc/texinfo/opt_general.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/texinfo/opt_general.texi b/doc/texinfo/opt_general.texi index 9ff3e1c07f..d4a6afa2bb 100644 --- a/doc/texinfo/opt_general.texi +++ b/doc/texinfo/opt_general.texi @@ -260,12 +260,12 @@ Default value: @code{0}@* Saved in: @code{General.OptionsFileName} @item General.BackgroundImagePositionX -X position of background image (for 2D background: < 0: measure from right edge; >= 1e5: centered)@* +X position of background image (for 2D background: < 0: measure from right window edge; >= 1e5: centered)@* Default value: @code{0}@* Saved in: @code{General.OptionsFileName} @item General.BackgroundImagePositionY -Y position of background image (for 2D background: < 0: measure from bottom edge; >= 1e5: centered)@* +Y position of background image (for 2D background: < 0: measure from bottom window edge; >= 1e5: centered)@* Default value: @code{0}@* Saved in: @code{General.OptionsFileName} @@ -980,12 +980,12 @@ Default value: @code{1}@* Saved in: @code{General.OptionsFileName} @item General.SmallAxesPositionX -X position (in pixels) of small axes (< 0: measure from right edge; >= 1e5: centered)@* +X position (in pixels) of small axes (< 0: measure from right window edge; >= 1e5: centered)@* Default value: @code{-60}@* Saved in: @code{General.OptionsFileName} @item General.SmallAxesPositionY -Y position (in pixels) of small axes (< 0: measure from bottom edge; >= 1e5: centered)@* +Y position (in pixels) of small axes (< 0: measure from bottom window edge; >= 1e5: centered)@* Default value: @code{-40}@* Saved in: @code{General.OptionsFileName} -- GitLab