[beirc-cvs] CVS update: beirc/application.lisp

Max-Gerd Retzlaff mretzlaff at common-lisp.net
Sun Oct 2 21:57:19 UTC 2005


Update of /project/beirc/cvsroot/beirc
In directory common-lisp.net:/tmp/cvs-serv26898

Modified Files:
	application.lisp 
Log Message:
Changes the size of the interactor from 60 pixels to 68. This seems to be
the minimum size dictated by the scrollbar. It solves the the "half input
line"-problem (the easy way)...

Date: Sun Oct  2 23:57:19 2005
Author: mretzlaff

Index: beirc/application.lisp
diff -u beirc/application.lisp:1.27 beirc/application.lisp:1.28
--- beirc/application.lisp:1.27	Sun Oct  2 23:39:07 2005
+++ beirc/application.lisp	Sun Oct  2 23:57:19 2005
@@ -106,7 +106,7 @@
        (vertically ()
          (with-tab-layout ('receiver-pane :name 'query)
            ("*Server*" server 'receiver-pane))
-         (60 io)
+         (68 io)
          (20 pointer-doc)
          (20                            ;<-- Sigh! Bitrot!
           status-bar)))))




More information about the Beirc-cvs mailing list