John Levon wrote: > On Tue, Mar 18, 2003 at 09:36:38AM +0900, Rob Lahaye wrote: > > I have more than reasonable xforms font settings. > > >>>what ? since when ? That sucks >> >>As far as I know, it has always been that way. >>Ever tried to downsize the default size of an Xforms dialog? >>You can't. What's the reason for it? Would Xforms crash? > > > You could before. SOME dialogs had problems.
Probably tabbed dialogs. They crash(ed?) when downsized to a size where the tabs didn't fit anymore within the window. I believe this is still a problem; since we still have, for example in FormAboutlyx.C: FormAboutlyx::FormAboutlyx(Dialog & parent) : base_class(parent, _("About LyX"), false) where 'false' blocks any resizing of this tabbed dialog window. Removing the boolean (it then defaults to 'true'), will allow to make the dialog larger than default size, NOT smaller! >>I myself have no idea where this Xforms "do-not-allow-smaller-than- >>initial-size" code is located. Any idea? Angus? > > > I didn't know there was code like this Vaguely I remember that Angus once mentioned something like this. It was too specialized C++ coding for me to comprehend, so I may have misunderstood. But Angus may know much more about this issue and whether there is an easy solution. Angus, do you? Rob.