All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitk: Specify line hover font
@ 2005-10-30  9:06 Frank Sorenson
  0 siblings, 0 replies; only message in thread
From: Frank Sorenson @ 2005-10-30  9:06 UTC (permalink / raw)
  To: Paul Mackerras, Git Mailing List

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hovering over a line in gitk displays the commit one-liner in a
box, but the text usually overflows the box.  The box size is
computed with a specified font, so this patch sets the text font
as well.

Signed-off-by: Frank Sorenson <frank@tuxrocks.com>

- --- a/gitk	2005-10-30 01:52:29.000000000 -0700
+++ b/gitk	2005-10-30 01:51:45.000000000 -0700
@@ -3143,7 +3143,7 @@
     set t [$canv create rectangle $x0 $y0 $x1 $y1 \
 	       -fill \#ffff80 -outline black -width 1 -tags hover]
     $canv raise $t
- -    set t [$canv create text $x $y -anchor nw -text $text -tags hover]
+    set t [$canv create text $x $y -anchor nw -text $text -tags hover -font $mainfont]
     $canv raise $t
 }
 

Frank
- -- 
Frank Sorenson - KD7TZK
Systems Manager, Computer Science Department
Brigham Young University
frank@tuxrocks.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFDZIz1aI0dwg4A47wRAjgLAKDFMGTgTPnGI9zBv48p1emAvLg6GgCeNwz3
OSrKWqnqGYpgMC89amkpUos=
=dD0G
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-30  9:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-30  9:06 [PATCH] gitk: Specify line hover font Frank Sorenson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.