diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-12 21:00:24 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-14 02:34:44 +0200 |
commit | 53f24b82c5b594c8dc4a11eae9996dee785d58ff (patch) | |
tree | cd8da5d6b0eb9ce8cb47b96528f2358e5c1202e5 | |
parent | 122b2b34063444e185cafd039801b1ec4fd37b0e (diff) |
tdf#137141 update help for Position and Size tab - "Size" control
(with Regina's guidance)
- correction on Size control for Calc, Draw, Impress
- correction on Keep ratio control
- add note about Keep ratio for Calc, Draw,
- add note about Keep ratio for Calc, Draw, Impress
Change-Id: I85d97aca5c2fde506c377260fa9febf85deceef5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104158
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
-rw-r--r-- | source/text/shared/01/05230100.xhp | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/source/text/shared/01/05230100.xhp b/source/text/shared/01/05230100.xhp index 4f8505d236..5be578aa91 100644 --- a/source/text/shared/01/05230100.xhp +++ b/source/text/shared/01/05230100.xhp @@ -67,7 +67,7 @@ <paragraph role="paragraph" id="par_id31507749753" xml-lang="en-US">Specify the size of the selected object.</paragraph> </case> <default> -<paragraph role="paragraph" id="par_id3150774" xml-lang="en-US">Specify the amount by which you want to resize the selected object with respect to the selected base point.</paragraph> +<paragraph role="paragraph" id="par_id3150774" xml-lang="en-US">Resize the selected object to the chosen width and height relative to the selected base point.</paragraph> </default> </switch> <bookmark xml-lang="en-US" branch="hid/cui/ui/possizetabpage/MTR_FLD_WIDTH" id="bm_id3150693" localize="false"/> @@ -78,7 +78,13 @@ <paragraph role="paragraph" id="par_id3147209" xml-lang="en-US"><ahelp hid="cui/ui/possizetabpage/MTR_FLD_HEIGHT">Enter a height for the selected object.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui/ui/possizetabpage/CBX_SCALE" id="bm_id3156327" localize="false"/> <h3 id="hd_id3149796" xml-lang="en-US">Keep ratio</h3> -<paragraph role="paragraph" id="par_id3155341" xml-lang="en-US"><ahelp hid="cui/ui/possizetabpage/CBX_SCALE">Maintains proportions when you resize the selected object.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3155341" xml-lang="en-US"><ahelp hid="cui/ui/possizetabpage/CBX_SCALE">Maintains the width and height ratio when changing the width or height setting in the dialog box.</ahelp></paragraph> + <switch select="appl"> +<case select="WRITER"></case> +<default> +<note id="par_id501602631263504">Only for shapes.</note> +</default> +</switch> <switch select="appl"> <case select="WRITER"> <embed href="text/swriter/01/05060100.xhp#AnchorHelp"/> @@ -89,6 +95,7 @@ <bookmark xml-lang="en-US" branch="hid/cui/ui/possizetabpage/CTL_SIZERECT" id="bm_id3153665" localize="false"/> <h3 id="hd_id3148686" xml-lang="en-US">Base point</h3> <paragraph role="paragraph" id="par_id3154897" xml-lang="en-US"><ahelp hid="cui/ui/possizetabpage/CTL_SIZERECT">Click a base point in the grid, and then enter the new size dimensions for the selected object in the <emph>Width</emph> and <emph>Height</emph> boxes.</ahelp></paragraph> +<note id="par_id501602631133297">The selected base point remains fixed in the grid. The object is resized relative to that point.</note> </default> </switch> <h2 id="hd_id3148990" xml-lang="en-US">Protect</h2> |