diff options
author | Alan Pearce | 2014-07-29 19:23:12 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-29 19:23:12 +0100 |
commit | 907e65e369e87f82e08d4b642fbd2201bdef0737 (patch) | |
tree | 2caac3f8c464d9aa543257282fa40fc975595b0c /tag-git/config/git/gitk | |
parent | 0f10c8bbb70030dace8386e514b8cd7881dc2044 (diff) | |
download | nixfiles-907e65e369e87f82e08d4b642fbd2201bdef0737.tar.lz nixfiles-907e65e369e87f82e08d4b642fbd2201bdef0737.tar.zst nixfiles-907e65e369e87f82e08d4b642fbd2201bdef0737.zip |
Gitk: Increase height of log window
Diffstat (limited to 'tag-git/config/git/gitk')
-rw-r--r-- | tag-git/config/git/gitk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-git/config/git/gitk b/tag-git/config/git/gitk index 9c1a96a4..0eb9a033 100644 --- a/tag-git/config/git/gitk +++ b/tag-git/config/git/gitk @@ -53,7 +53,7 @@ set circleoutlinecolor black set geometry(main) 1477x845+26+50 set geometry(state) normal set geometry(topwidth) 1477 -set geometry(topheight) 165 +set geometry(topheight) 300 set geometry(pwsash0) "378 1" set geometry(pwsash1) "569 1" set geometry(botwidth) 473 |