gitconfig: Reduce the font size in git-gui.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 11 Feb 2008 14:56:43 +0000 (14:56 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 11 Feb 2008 14:56:43 +0000 (14:56 +0000)
At 11pt the results came out horrible on one machine.  Maybe this will
help.

gitconfig

index 5d38112..4f63592 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -56,4 +56,4 @@
        mdw = mdw@distorted.org.uk
 [gui]
        fontui = -family helvetica -size 11 -weight normal -slant roman -underline 0 -overstrike 0
-       fontdiff = -family fixed -size 11 -weight normal -slant roman -underline 0 -overstrike 0
+       fontdiff = -family fixed -size 10 -weight normal -slant roman -underline 0 -overstrike 0