Fix scaling of view mode button

Changed the size to 24x24 and moved the path 5 units down.

Contributes to issue CURA-4148.
This commit is contained in:
Ghostkeeper 2017-08-23 13:59:32 +02:00
parent 17e62ea6c1
commit 85a1526912
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="14" viewBox="0 0 24 14" xmlns="http://www.w3.org/2000/svg">
<path d="M12.002 0L12 0 12 0C12 0 12 0 11.998 0 6.239 0 1.408 2.974 0 6.999 1.407 11.026 6.238 14 11.998 14 17.76 14 22.594 11.026 24 6.999 22.594 2.974 17.762 0.001 12.002 0ZM11.998 13C6.93 13 2.487 10.679 1 7.305 2.129 4.744 4.964 2.792 8.481 2 7.413 3.034 6.728 4.513 6.728 6.177 6.728 9.293 9.087 11.82 11.999 11.82 14.914 11.82 17.272 9.293 17.272 6.177 17.272 4.514 16.588 3.035 15.52 2.002 19.038 2.794 21.872 4.745 23 7.305 21.515 10.679 17.07 13 11.998 13Z" />
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12.002 5L12 5 12 5C12 5 12 5 11.998 5 6.239 5 1.408 7.974 0 11.999 1.407 16.026 6.238 19 11.998 19 17.76 19 22.594 16.026 24 11.999 22.594 7.974 17.762 5.001 12.002 5ZM11.998 18C6.93 18 2.487 15.679 1 12.305 2.129 9.744 4.964 7.792 8.481 7 7.413 8.034 6.728 9.513 6.728 11.177 6.728 14.293 9.087 16.82 11.999 16.82 14.914 16.82 17.272 14.293 17.272 11.177 17.272 9.514 16.588 8.035 15.52 7.002 19.038 7.794 21.872 9.745 23 12.305 21.515 15.679 17.07 18 11.998 18Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 603 B

After

Width:  |  Height:  |  Size: 610 B

Before After
Before After