From 66f68b4ab08d090a2ce8ba9243db609b9ff254b5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 17 Oct 2006 04:41:51 +0000 Subject: make console font normal for readability svn path=/trunk/; revision=6122 --- packages/patches/console_font_normal-0.39.2.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/patches/console_font_normal-0.39.2.patch (limited to 'packages/patches') diff --git a/packages/patches/console_font_normal-0.39.2.patch b/packages/patches/console_font_normal-0.39.2.patch new file mode 100644 index 00000000..2b7f8361 --- /dev/null +++ b/packages/patches/console_font_normal-0.39.2.patch @@ -0,0 +1,13 @@ +--- u_main.tk Thu Jun 9 11:54:59 2005 ++++ u_main.tk Thu Jun 9 16:17:58 2005 +@@ -172,8 +171,8 @@ + + + frame .printout +-text .printout.text -relief raised -bd 2 -font -*-courier-bold--normal--12-* \ +- -yscrollcommand ".printout.scroll set" -width 80 ++text .printout.text -relief raised -bd 2 -font {courier 12 normal} \ ++ -yscrollcommand ".printout.scroll set" -width 60 + # .printout.text insert end "\n\n\n\n\n\n\n\n\n\n" + scrollbar .printout.scroll -command ".printout.text yview" + pack .printout.scroll -side right -fill y -- cgit v1.2.1