[beirc-cvs] CVS beirc
rgoldman
rgoldman at common-lisp.net
Tue Apr 11 22:28:58 UTC 2006
Update of /project/beirc/cvsroot/beirc
In directory clnet:/tmp/cvs-serv12718
Modified Files:
receivers.lisp
Log Message:
Reduced minimum dimensions of receiver-pane to give more freedom to
resize things.
--- /project/beirc/cvsroot/beirc/receivers.lisp 2006/04/04 18:37:29 1.25
+++ /project/beirc/cvsroot/beirc/receivers.lisp 2006/04/11 22:28:58 1.26
@@ -98,7 +98,7 @@
(lambda (frame pane)
(beirc-app-display frame pane receiver))
:display-time nil
- :min-width 600 :min-height 800
+ :min-width 400 :min-height 600
:incremental-redisplay t)))
(update-drawing-options receiver))))
(if (equal (current-process) (ui-process frame))
More information about the Beirc-cvs
mailing list