diff options
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/gitk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/git/gitk b/.config/git/gitk index 08889b0..ab0c62e 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) 1362x736+-84+8 +set geometry(main) 1280x720+-2+24 set geometry(state) normal -set geometry(topwidth) 1362 -set geometry(topheight) 210 -set geometry(pwsash0) "440 1" -set geometry(pwsash1) "660 1" -set geometry(botwidth) 550 -set geometry(botheight) 521 +set geometry(topwidth) 1280 +set geometry(topheight) 317 +set geometry(pwsash0) "690 1" +set geometry(pwsash1) "1120 1" +set geometry(botwidth) 651 +set geometry(botheight) 398 set permviews {} |