Replace icon for merge commit

The new icon now shows a merge graph rather than a '!'.

Users might find the '!' scary and may think that they have done
something totally wrong.

The merge icon is based on the important icon from the Tango Icon
Library [1]

[1] http://tango.freedesktop.org/Tango_Icon_Library

Change-Id: I59904b894df9074444df8a7810f1f224a7e2f6aa
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin 2014-05-20 08:33:23 +02:00
parent f576466fe2
commit bba345d365
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -70,6 +70,6 @@ public interface GerritResources extends ClientBundle {
@Source("warning.png")
public ImageResource warning();
@Source("important.png")
public ImageResource important();
@Source("merge.png")
public ImageResource merge();
}

View File

@ -128,7 +128,7 @@ limitations under the License.
</div>
<g:Image
ui:field='mergeCommit'
resource='{ico.important}'
resource='{ico.merge}'
visible='false'
title='Merge Commit'>
<ui:attribute name='title'/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B