This is fixed in the windows branch now.
Thanks
andy
-----Original Message-----
From: xemacs-beta-admin(a)xemacs.org
[mailto:xemacs-beta-admin@xemacs.org]On Behalf Of Warly
Sent: Tuesday, February 12, 2002 7:05 AM
To: xemacs-beta(a)xemacs.org
Subject: PATCH Find windows size
In Xemacs 21.4.6, as well as 21.4 CVS, the Find windows, in Edit
menu, is quite mis proportionned.
This makes it looks a bit better, do not know if it is the right way
to do it (the file said that this must not be necessary, but it
seems that it rather _will_ not be :)
--- dialog-items.el.warly Tue Feb 12 15:59:05 2002
+++ dialog-items.el Tue Feb 12 16:00:07 2002
@@ -67,7 +67,7 @@
:orientation horizontal :justify left
;; neither the following height/width nor the identical one
;; below should be necessary! (see below)
-:height 11 :width 40
+:height 14 :width 40
:border [string :data "Search"]
:items
([layout :orientation vertical :justify left
@@ -112,4 +112,4 @@
;; be necessary! (in fact, if you omit the one above, the layout
;; sizes itself correctly; but the frame as a whole doesn't use
;; the layout's size, as it should.)
-:properties '(height 11 width 40))))
+:properties '(height 14 width 40))))
--
Warly