rename queryProjectLink icon to queryIcon.
Since this icon can be used at many different places, rename this icon to have a generic name. Change-Id: Ic5b7710d6b3a82ce063054c908e9203c1df450d2
This commit is contained in:
@@ -46,8 +46,8 @@ public interface GerritResources extends ClientBundle {
|
||||
@Source("downloadIcon.png")
|
||||
public ImageResource downloadIcon();
|
||||
|
||||
@Source("queryProjectLink.png")
|
||||
public ImageResource queryProjectLink();
|
||||
@Source("queryIcon.png")
|
||||
public ImageResource queryIcon();
|
||||
|
||||
@Source("addFileComment.png")
|
||||
public ImageResource addFileComment();
|
||||
|
||||
|
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 364 B |
@@ -26,7 +26,7 @@ public class ProjectSearchLink extends InlineHyperlink {
|
||||
public ProjectSearchLink(Project.NameKey projectName) {
|
||||
super(" ", PageLinks.toProjectDashboard(projectName, "default"));
|
||||
setTitle(Util.C.projectListQueryLink());
|
||||
final Image image = new Image(Gerrit.RESOURCES.queryProjectLink());
|
||||
final Image image = new Image(Gerrit.RESOURCES.queryIcon());
|
||||
DOM.insertBefore(getElement(), image.getElement(),
|
||||
DOM.getFirstChild(getElement()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user