Update of /cvsroot/perl-ldap/ldap/contrib
In directory sc8-pr-cvs1:/tmp/cvs-serv7074/ldap/contrib
Modified Files:
dot.tklkup
Log Message:
Corrected default numbers for width and height.
Index: dot.tklkup
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/contrib/dot.tklkup,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dot.tklkup 25 Jan 2003 03:35:41 -0000 1.6
+++ dot.tklkup 27 Jan 2003 17:43:27 -0000 1.7
@@ -4,12 +4,16 @@
#
#
# Default main window width, user may need to adjust
+# Sun systems seem to do best on 600.
+# Linux systems seem to do best at 500.
#
-mwwidth: 400
+mwwidth: 600
#
# Default main window height, user may need to adjust
+# Sun systems seem to do best on 430.
+# Linux systems seem to do best at 400.
#
-mwheight: 540
+mwheight: 430
#
# Set up which side you want the Attributes pane to be displayed
# on.
|