From: Shawn O. Pearce Date: Thu, 25 Jan 2007 18:07:53 +0000 (-0500) Subject: git-gui: Pad the database statistics dialog window. X-Git-Tag: gitgui-0.6.0~51 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/68567679a2d7cec04be1a62e09874189e46de4b6?hp=5753ef1a4eca7b4ce04d1e4ea2250442bba4dbb9 git-gui: Pad the database statistics dialog window. The stat frame was right on the edge of the window on Mac OS X, making the frame's border blend in with the window border. Not exactly the effect I had in mind. Signed-off-by: Shawn O. Pearce --- diff --git a/git-gui.sh b/git-gui.sh index 639f380784..9dbe1156c5 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -2950,7 +2950,7 @@ proc do_stats {} { label $w.stat.v_$name -text $value -anchor w -font font_ui grid $w.stat.l_$name $w.stat.v_$name -sticky we -padx {0 5} } - pack $w.stat + pack $w.stat -pady 10 -padx 10 bind $w "grab $w; focus $w" bind $w [list destroy $w]