git-gui: Minor options dialog UI cleanups.
commite01b42211cad31b1262d152b7e2561cb8bf218ed
authorShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 11:46:26 +0000 (12 06:46 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 11:46:26 +0000 (12 06:46 -0500)
tree9ff259157a933976a7d0193e15eb5378cc5405f5
parent74e6b12f5831a8c93a5d3c90118a73e908d0680a
git-gui: Minor options dialog UI cleanups.

Display the name of "this" repository rather than the quite ambiguous
string "This".  The idea is that seeing the name of the directory the
repository is stored in should help jog the user's memory about what
they are setting options for.

Also place the options dialog immediately over the git-gui main window
when it gets opened.  This way the user isn't scrolling very far away
to gain access to the window.  At least on my Mac OS X system not doing
this makes the options dialog open rather far away, thus requiring lots
of mouse activity to reach it.

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