diff options
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/gitk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/git/gitk b/.config/git/gitk index ab0c62e..c3fd8b0 100644 --- a/.config/git/gitk +++ b/.config/git/gitk @@ -51,12 +51,12 @@ set indexcirclecolor green set circlecolors {white blue gray blue blue} set linkfgcolor blue set circleoutlinecolor black -set geometry(main) 1280x720+-2+24 +set geometry(main) 1280x922+-2+47 set geometry(state) normal set geometry(topwidth) 1280 -set geometry(topheight) 317 +set geometry(topheight) 481 set geometry(pwsash0) "690 1" set geometry(pwsash1) "1120 1" set geometry(botwidth) 651 -set geometry(botheight) 398 +set geometry(botheight) 436 set permviews {} |