diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-12-05 09:06:43 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-12-05 13:10:56 +0100 |
commit | 4085fd5ed29dcf38914287d48c0642929c5a5994 (patch) | |
tree | b029347abacd7f184cafca99d112a2eea5c981fa /source/text/shared/02 | |
parent | bbcf2133439d386a295a3ff06cebe8caa7deff43 (diff) |
Fix image and icon dimension issues
with svg icons, image must set width and height.
Change-Id: Idce5d74e4f07277d7bff532d941bc5d62648b095
Reviewed-on: https://gerrit.libreoffice.org/84557
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared/02')
-rw-r--r-- | source/text/shared/02/02170000.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/shared/02/02170000.xhp b/source/text/shared/02/02170000.xhp index 0b097df0f6..6c68d70c76 100644 --- a/source/text/shared/02/02170000.xhp +++ b/source/text/shared/02/02170000.xhp @@ -27,17 +27,17 @@ <body> <section id="absatzhintergrund"> <bookmark xml-lang="en-US" branch="hid/.uno:BackgroundColor" id="bm_id3148983" localize="false"/> -<paragraph role="heading" id="hd_id3154232" xml-lang="en-US" level="1"><link href="text/shared/02/02170000.xhp" name="Background Color">Background Color</link></paragraph> +<h1 id="hd_id3154232"><link href="text/shared/02/02170000.xhp" name="Background Color">Background Color</link></h1> <paragraph role="paragraph" id="par_id3149140" xml-lang="en-US"><variable id="hintergrundfarbetext"><ahelp hid=".">Click to open a toolbar where you can click a background color for a paragraph. The color is applied to the background of the current paragraph or the selected paragraphs.</ahelp></variable></paragraph> </section> <embed href="text/shared/guide/background.xhp#background"/> <section id="syabsatzhintergrund"> <table id="tbl_id3149177"> <tablerow> - <tablecell colspan="" rowspan=""> - <paragraph role="paragraph" id="par_id3147276" xml-lang="en-US"><image id="img_id3148538" src="cmd/sc_backgroundcolor.png"><alt id="alt_id3148538" xml-lang="en-US">Icon</alt></image></paragraph> + <tablecell> + <paragraph role="paragraph" id="par_id3147276" xml-lang="en-US"><image id="img_id3148538" src="cmd/sc_backgroundcolor.svg" width="1cm" height="1cm"><alt id="alt_id3148538" xml-lang="en-US">Icon Background color</alt></image></paragraph> </tablecell> - <tablecell colspan="" rowspan=""> + <tablecell> <paragraph role="paragraph" id="par_id3144439" xml-lang="en-US">Background Color</paragraph> </tablecell> </tablerow> |