diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 23:13:01 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 00:30:50 (EDT) |
commit | 0877bd1a49be41c7f01295c689cba3f73fe8955d (patch) | |
tree | 145032215e442eb9afb953fe73050904d338ba53 /.config/git/gitk | |
parent | 2f32e426e73ead0198416086b2409079717139c3 (diff) | |
download | git-0877bd1a49be41c7f01295c689cba3f73fe8955d.zip git-0877bd1a49be41c7f01295c689cba3f73fe8955d.tar.gz git-0877bd1a49be41c7f01295c689cba3f73fe8955d.tar.bz2 |
.config/git/gitk: Update geometries for logi1
Diffstat (limited to '.config/git/gitk')
-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 {} |