diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-09-06 15:06:29 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-09-07 11:15:57 +0200 |
commit | 49ca3ec3c2290c0ea58a57f31073fc838109f75d (patch) | |
tree | 69dab783766d9c0061490a4b2a693bdc92e80632 | |
parent | 63f3f49bbd70940dbd1cf4ca7ab3ac89de6af532 (diff) |
Fix icon sizes
SVG images must have width/height set.
Change-Id: Ia881ad81614d949f1d01764f3e750c066651d631
Reviewed-on: https://gerrit.libreoffice.org/60107
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/02/12040000.xhp | 9 | ||||
-rw-r--r-- | source/text/shared/02/12120000.xhp | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/source/text/shared/02/12040000.xhp b/source/text/shared/02/12040000.xhp index 87146c8f69..43ab98c039 100644 --- a/source/text/shared/02/12040000.xhp +++ b/source/text/shared/02/12040000.xhp @@ -30,8 +30,6 @@ </history> </meta> <body> - - <section id="filterentfernen"> <bookmark branch="hid/.uno:RemoveFilterSort" xml-lang="en-US" id="bm_id3144740" localize="false"/> <paragraph id="hd_id3155069" role="heading" level="1" xml-lang="en-US"><link href="text/shared/02/12040000.xhp" name="Reset Filter/Sorting">Reset Filter/Sorting</link></paragraph> @@ -39,20 +37,15 @@ </section> <section id="syfilterentfernen"> <table id="tbl_id3155364"> - - - <tablerow> <tablecell> - <paragraph role="paragraph" id="par_id3146130" xml-lang="en-US"><image src="cmd/sc_removefilter.png" id="img_id3151315"><alt xml-lang="en-US" id="alt_id3151315">Icon</alt></image></paragraph> + <paragraph role="paragraph" id="par_id3146130" xml-lang="en-US"><image src="cmd/sc_removefilter.png" id="img_id3151315" width="38px" height="38px"><alt xml-lang="en-US" id="alt_id3151315">Icon</alt></image></paragraph> </tablecell> <tablecell> <paragraph role="paragraph" id="par_id3153750" xml-lang="en-US">Reset Filter/Sorting</paragraph> </tablecell> </tablerow> - </table> </section> - </body> </helpdocument> diff --git a/source/text/shared/02/12120000.xhp b/source/text/shared/02/12120000.xhp index 608d4eda05..e4fd2faede 100644 --- a/source/text/shared/02/12120000.xhp +++ b/source/text/shared/02/12120000.xhp @@ -37,7 +37,7 @@ <table id="tbl_id3143281"> <tablerow> <tablecell> - <paragraph role="paragraph" id="par_id3149999" xml-lang="en-US"><image src="cmd/sc_formfiltered.png" id="img_id3146130"><alt xml-lang="en-US" id="alt_id3146130">Icon</alt></image></paragraph> + <paragraph role="paragraph" id="par_id3149999" xml-lang="en-US"><image src="cmd/sc_formfiltered.png" id="img_id3146130" width="38px" height="38px"><alt xml-lang="en-US" id="alt_id3146130">Icon</alt></image></paragraph> </tablecell> <tablecell> <paragraph role="paragraph" id="par_id3145090" xml-lang="en-US">Apply Filter</paragraph> |