git-gui: Use a label instead of a button for the back button
commit08dda17e00e676c5cd1b4f2a8245c318d6c97f82
authorShawn O. Pearce <spearce@spearce.org>
Sat, 2 Jun 2007 03:48:18 +0000 (1 23:48 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 6 Jun 2007 05:26:48 +0000 (6 01:26 -0400)
tree4b649a8d98bf78f2751180280f49f7064a023646
parent79c50bf3ee1e0fb5c257ed6f6680cae726a4c412
git-gui: Use a label instead of a button for the back button

Apparently Tk on Mac OS X won't draw a button with an image using a
transparent background.  Instead it draws the button using some sort
of 3D effect, even though I asked for no relief and no border.  The
background is also not our orange that we expected it to be.

Earlier I had tried this same trick on Windows and it draws the same
way as the button did, so I'm going to switch to the label as that
seems to be more portable.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/blame.tcl