From 47ea0e8deff5a626d0b08d7cfbbc41cf5c686691 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 13 Jun 2016 12:34:28 +0100 Subject: [PATCH] gitk sane geometry --- templates/gitk.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/gitk.in b/templates/gitk.in index 3e352e2..12d6bb2 100755 --- a/templates/gitk.in +++ b/templates/gitk.in @@ -66,4 +66,12 @@ set circlecolors {white blue gray blue blue} set linkfgcolor blue set circleoutlinecolor black set permviews {} +set geometry(main) 750x957+846+32 +set geometry(state) normal +set geometry(topwidth) 750 +set geometry(topheight) 210 +set geometry(pwsash0) "406 1" +set geometry(pwsash1) "586 1" +set geometry(botwidth) 574 +set geometry(botheight) 742 END -- 2.30.2