Dive site rewrite: change add icon to edit

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-06-25 15:47:48 -03:00 committed by Dirk Hohndel
parent 3435d13509
commit 4c7ce4aa1d
3 changed files with 6 additions and 4 deletions

1
icons/edit-circled.svg Normal file
View file

@ -0,0 +1 @@
<svg height="1000" width="1000" xmlns="http://www.w3.org/2000/svg"><path d="M0 499.968q0 -207.018 146.475 -353.493t353.493 -146.475 353.493 146.475 146.475 353.493 -146.475 353.493 -353.493 146.475 -353.493 -146.475 -146.475 -353.493zm261.702 316.386l447.237 0l0 -201.159l-54.684 54.684l0 91.791l-337.869 0l0 -423.801l105.462 0l0 -99.603l232.407 0l0 144.522l-166.005 164.052 -48.825 152.334 152.334 -48.825 240.219 -242.172 -101.556 -101.556 -21.483 21.483l0 -144.522l-328.104 0l-119.133 115.227l0 517.545zm228.501 -167.958l25.389 -74.214 50.778 50.778z"/></svg>

After

Width:  |  Height:  |  Size: 562 B

View file

@ -202,7 +202,7 @@
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/plus</normaloff>:/plus</iconset>
<normaloff>:/edit</normaloff>:/edit</iconset>
</property>
</widget>
</item>

View file

@ -72,8 +72,9 @@
<file>icons/ostc3.png</file>
<file>icons/suunto_vyper.png</file>
<file alias="facebook">icons/facebook.png</file>
<file alias="filter-reset">icons/edit-undo.svg</file>
<file alias="filter-hide">icons/go-top.svg</file>
<file alias="filter-close">icons/process-stop.svg</file>
<file alias="filter-reset">icons/edit-undo.svg</file>
<file alias="filter-hide">icons/go-top.svg</file>
<file alias="filter-close">icons/process-stop.svg</file>
<file alias="edit">icons/edit-circled.svg</file>
</qresource>
</RCC>