diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-25 15:47:48 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:50:22 -0700 |
commit | 4c7ce4aa1d5c8de067d7c3161f1bd1f904a6c5a5 (patch) | |
tree | 85af7cb116c4178852222e32e87ae4c55af07133 | |
parent | 3435d13509e2623ee26de0c75f571982603f0baa (diff) | |
download | subsurface-4c7ce4aa1d5c8de067d7c3161f1bd1f904a6c5a5.tar.gz |
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>
-rw-r--r-- | icons/edit-circled.svg | 1 | ||||
-rw-r--r-- | qt-ui/maintab.ui | 2 | ||||
-rw-r--r-- | subsurface.qrc | 7 |
3 files changed, 6 insertions, 4 deletions
diff --git a/icons/edit-circled.svg b/icons/edit-circled.svg new file mode 100644 index 000000000..874b01e84 --- /dev/null +++ b/icons/edit-circled.svg @@ -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>
\ No newline at end of file diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index ccd55bd18..7ac703076 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -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> diff --git a/subsurface.qrc b/subsurface.qrc index 2b0731301..f6abf9063 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -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> |