Utils: Make the Magnifier icon a proper 16x16px icon

The historical size of 11x17px makes it hard to use.

Change-Id: I17f10d0b03c41f5470c02b6dc47c0c40afac73fe
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Alessandro Portale
2017-09-01 18:40:16 +02:00
parent b3911628cf
commit 1733076227
3 changed files with 15 additions and 25 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 B

After

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 360 B

View File

@@ -6672,38 +6672,28 @@
</g> </g>
</g> </g>
<g <g
style="display:inline" id="src/libs/utils/images/magnifier">
id="src/libs/utils/images/magnifier"
transform="translate(37,-80)">
<rect <rect
style="fill:#ffffff;fill-opacity:1" style="fill:#ffffff;fill-opacity:1"
id="rect3817-2-9-1-9-6-0" id="rect3817-2-9-1-9-6-0"
width="17" width="16"
height="11" height="16"
x="171" x="208"
y="589" /> y="504" />
<g <use
transform="translate(-231.13585,386.05488)" transform="translate(-193,303)"
id="magnifying_lense-1" style="display:inline"
style="display:inline;fill:#000000;fill-opacity:1"> x="0"
<path y="0"
id="path4719-8-0" xlink:href="#magnifying_lense"
d="m 402.25285,212.41599 c -0.156,0.155 -0.156,0.41 0,0.565 l 0.84663,0.84863 c 0.156,0.154 0.41,0.154 0.566,0 L 407.231,210.24 c 0.156,-0.154 0.156,-0.41 0.001,-0.565 l -0.84763,-0.84763 c -0.156,-0.156 -0.41,-0.156 -0.566,0 z" id="use5882"
inkscape:connector-curvature="0" width="100%"
style="fill-opacity:1" height="100%" />
sodipodi:nodetypes="cccccsscc" />
<circle
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.17697227;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5669-9"
cx="409"
cy="206.94511"
r="3.4115138" />
</g>
<path <path
sodipodi:nodetypes="cccc" sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
id="path4784-5" id="path4784-5"
d="m 186,597 -2.5,2.5 -2.5,-2.5 z" d="m 224,516 -2.5,2.5 -2.5,-2.5 z"
style="display:inline;fill:#000000;fill-opacity:1;stroke:none" /> style="display:inline;fill:#000000;fill-opacity:1;stroke:none" />
</g> </g>
<g <g

Before

Width:  |  Height:  |  Size: 306 KiB

After

Width:  |  Height:  |  Size: 306 KiB