Code

git-gui: Use borders on text fields in branch dialog.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 08:13:13 +0000 (03:13 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 08:13:13 +0000 (03:13 -0500)
commit62efea111fe6935c5916f3537fb135bdab324264
tree160aa96c2c7a084df7210f6080c8d5d7d16dd9fd
parent859d8057bd0194bf21fac74d196cd9c07e2fec19
git-gui: Use borders on text fields in branch dialog.

On Mac OS X wish does not draw borders around text fields, making the
field look like its not even there until the user focuses into it. I
don't know the Mac OS X UI standards very well, but that just seems
wrong.  Other applications (e.g. Terminal.app) show their input boxes
with a sunken relief, so we should do the same.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh