--- /usr/bin/tkinfo.orig	2006-04-23 14:57:13.000000000 +1200
+++ /usr/bin/tkinfo	2006-06-14 14:41:18.000000000 +1200
@@ -516,8 +516,19 @@
 
     set defInfoSuffix [list .info -info ""]
 
+    ## From tkinfo 2.6:
+    # If you want to disallow overriding the following options 
+    # from the user's .Xdefaults, uncomment the next line:
+    #set Priority interactive
+    # VK: this mechanism is somehow f***ed.
+    # widgetDefault=20, startupFile=40, userDefault=60, interactive=80
+    # 40 doesn't even take the value specified in this file above, neither does
+    # it take anything defined in ~/.Xresources or ~/lib/X11/app-defaults/tkinfo
+    # A value from xrdb is taken only for <=39, and then only sometimes.
+    # ==> useless, edit values below
+    set Priority widgetDefault
 
-    option add *geometry                80x28    widgetDefault
+    option add *geometry                80x40    widgetDefault
     option add *scrollthrough           1        widgetDefault
     option add *showdir                 0        widgetDefault
     option add *pagesep                 1        widgetDefault
@@ -528,7 +539,7 @@
     option add *Text.background		#d9d9d9  widgetDefault
     option add *Text.foreground		Black    widgetDefault
     option add *font			"-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*" widgetDefault
-    option add *Text.font		"-*-courier-medium-r-normal-*-12-*-*-*-*-*-*-*" widgetDefault
+    option add *Text.font		"-*-courier-medium-r-normal-*-14-*-*-*-*-*-*-*" widgetDefault
     option add *linklook                "color" widgetDefault
     if { [info commands winfo] != "" } {
 	if { [winfo depth .] == 1 } {
