On Fri, Nov 18, 2011 at 1:13 PM, Samuel Bronson <naesten@xxxxxxxxx> wrote: > It would be better if the 32x32 icon was equivalent to the one used on > Windows (in git-gui.ico), but I'm not sure how that would best be done, > so I copied this code from gitk instead. > --- > git-gui.sh | 7 ++++++- > 1 files changed, 6 insertions(+), 1 deletions(-) > > diff --git a/git-gui.sh b/git-gui.sh > index c190cbe..9d01039 100755 > --- a/git-gui.sh > +++ b/git-gui.sh > @@ -729,7 +729,12 @@ if {[is_Windows]} { > gitlogo put gray26 -to 5 15 11 16 > gitlogo redither > > - wm iconphoto . -default gitlogo > + # TODO: should use something equivalent to the 32x32 image in > + # the .ico file > + image create photo gitlogo32 -width 32 -height 32 > + gitlogo32 copy gitlogo -zoom 2 2 > + > + wm iconphoto . -default gitlogo gitlogo32 > } > } Hmm. Nothing seems to have happened with this patch yet. Any suggestions on how to bring it to the attention of the git-gui people? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html