diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-17 04:41:51 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-17 04:41:51 +0000 |
commit | 66f68b4ab08d090a2ce8ba9243db609b9ff254b5 (patch) | |
tree | d7292ab5ca67eaaacf9e4a246ef0dfb5eaf5f07f /packages | |
parent | b78f5ce153f1fb6abd6b376c20a1c6112c378375 (diff) |
make console font normal for readability
svn path=/trunk/; revision=6122
Diffstat (limited to 'packages')
-rw-r--r-- | packages/patches/console_font_normal-0.39.2.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 |