summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 833eda7)
raw | patch | inline | side by side (parent: 833eda7)
author | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 21 Jan 2007 04:52:19 +0000 (23:52 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 21 Jan 2007 07:54:25 +0000 (02:54 -0500) |
It looks horrible to have the cancel and save buttons wedged up against
each other in our options dialog. Therefore toss a 5 pixel pad between
them.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
each other in our options dialog. Therefore toss a 5 pixel pad between
them.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | patch | blob | history |
diff --git a/git-gui.sh b/git-gui.sh
index a1002ecab850fa654c61403f16835c0bd8d3763e..13cd1b9b4a2d376c308f19565e0a91b1bf5bd3cb 100755 (executable)
--- a/git-gui.sh
+++ b/git-gui.sh
button $w.buttons.cancel -text {Cancel} \
-font font_ui \
-command [list destroy $w]
- pack $w.buttons.cancel -side right
+ pack $w.buttons.cancel -side right -padx 5
pack $w.buttons -side bottom -fill x -pady 10 -padx 10
labelframe $w.repo -text "[reponame] Repository" \