[PATCH] gitk: Specify line hover font
From: Frank Sorenson <hidden>
Date: 2016-06-15 22:42:10
-----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 <redacted> - --- 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-----