Skip to content

Commit

Permalink
Merge pull request #184 from NotMyFault/style/master/update-icons
Browse files Browse the repository at this point in the history
Use vectorized icon
  • Loading branch information
jglick authored Nov 16, 2021
2 parents 592b2f8 + 4834dde commit 9f3c7b2
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public String getShortId() {

@Override
public String getIconFileName() {
return "/plugin/mercurial/images/32x32/logo.png";
return "/plugin/mercurial/images/logo.svg";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler"
xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson"
xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<t:summary icon="/plugin/mercurial/images/48x48/logo.png">
<j:jelly xmlns:j="jelly:core" xmlns:t="/lib/hudson">
<t:summary icon="/plugin/mercurial/images/logo.svg">

<b>Revision</b>: ${it.id}

Expand Down
Binary file removed src/main/webapp/images/16x16/logo.png
Binary file not shown.
Binary file removed src/main/webapp/images/24x24/logo.png
Binary file not shown.
Binary file removed src/main/webapp/images/32x32/logo.png
Binary file not shown.
Binary file removed src/main/webapp/images/48x48/logo.png
Binary file not shown.
File renamed without changes

0 comments on commit 9f3c7b2

Please sign in to comment.