--- a/eric6/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py Tue Mar 31 19:43:34 2020 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py Wed Apr 01 19:50:41 2020 +0200 @@ -172,7 +172,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsGit", "icons", "git.png")), + os.path.join("VcsPlugins", "vcsGit", "icons", "git.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -280,7 +280,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsGit", "icons", "git.png")), + os.path.join("VcsPlugins", "vcsGit", "icons", "git.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -360,7 +360,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsGit", "icons", "git.png")), + os.path.join("VcsPlugins", "vcsGit", "icons", "git.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -398,7 +398,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsGit", "icons", "git.png")), + os.path.join("VcsPlugins", "vcsGit", "icons", "git.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True) @@ -488,7 +488,7 @@ act = menu.addAction( UI.PixmapCache.getIcon( - os.path.join("VcsPlugins", "vcsGit", "icons", "git.png")), + os.path.join("VcsPlugins", "vcsGit", "icons", "git.svg")), self.vcs.vcsName(), self._VCSInfoDisplay) font = act.font() font.setBold(True)