git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: tab@snarc.org (Vincent Hanquez)
To: Joseph Wakeling <joseph.wakeling@webdrake.net>
Cc: git@vger.kernel.org
Subject: Re: Configuring gitk appearance
Date: Thu, 15 Feb 2007 17:26:46 +0100	[thread overview]
Message-ID: <20070215162646.GA25337@snarc.org> (raw)
In-Reply-To: <45D48951.2000207@webdrake.net>

On Thu, Feb 15, 2007 at 04:24:49PM +0000, Joseph Wakeling wrote:
> Is there any way to configure the appearance of gitk either during or
> after installation?  At present on my system (Ubuntu 6.10) the font used
> is almost illegible.  I'm guessing it is partly due to gitk using GTK+
> v1 instead of v2.

gitk is not using GTK v1 but TCL/TK.

see your ~/.gitk and just change those option (9 to 13 or 15 will do):

set mainfont {Helvetica 9}
set textfont {Courier 9}
set uifont {Helvetica 9 bold}

-- 
Vincent Hanquez

  reply	other threads:[~2007-02-15 17:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-15 16:24 Configuring gitk appearance Joseph Wakeling
2007-02-15 16:26 ` Vincent Hanquez [this message]
2007-02-15 17:05   ` Joseph Wakeling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070215162646.GA25337@snarc.org \
    --to=tab@snarc.org \
    --cc=git@vger.kernel.org \
    --cc=joseph.wakeling@webdrake.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).