chiark / gitweb /
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 5d381123d6a06aca2805279254f5c8086d4dcdf0..4f6359249bdeb579e8f70c1f74342bea7ba51a06 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