Prohibit resizing of the graphics dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3481 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-02-04 17:14:25 +00:00
parent a625b2d27f
commit 5f4027ce80
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-02-01 Angus Leeming <a.leeming@ic.ac.uk>
* FormGraphics.C (c-tor): prevent resizing of the dialog.
2002-02-03 Herbert Voss <voss@lyx.org>
* xforms_helpers.C: fix bug with unit "%" in

View File

@ -49,7 +49,7 @@ int const FILENAME_MAXCHARS = 1024;
typedef FormCB<ControlGraphics, FormDB<FD_form_graphics> > base_class;
FormGraphics::FormGraphics(ControlGraphics & c)
: base_class(c, _("Graphics"))
: base_class(c, _("Graphics"), false)
{}