]> git.lyx.org Git - lyx.git/commitdiff
Prohibit resizing of the graphics dialog.
authorAngus Leeming <leeming@lyx.org>
Mon, 4 Feb 2002 17:14:25 +0000 (17:14 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 4 Feb 2002 17:14:25 +0000 (17:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3481 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/FormGraphics.C

index 2720cb1738e45ce35d49bec63ff3013ef6c22332..08019f8ec61da79580e10271f382e151a5ed1f3f 100644 (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 
 2002-02-03  Herbert Voss  <voss@lyx.org>
 
        * xforms_helpers.C: fix bug with unit "%" in 
index 594087e67c4a816a5a92e2a890085770619f39c6..53fa4f14fc923655dbfa5e5e26d32daec2f51526 100644 (file)
@@ -49,7 +49,7 @@ int const FILENAME_MAXCHARS = 1024;
 typedef FormCB<ControlGraphics, FormDB<FD_form_graphics> > base_class;
 
 FormGraphics::FormGraphics(ControlGraphics & c)
 typedef FormCB<ControlGraphics, FormDB<FD_form_graphics> > base_class;
 
 FormGraphics::FormGraphics(ControlGraphics & c)
-       : base_class(c, _("Graphics"))
+       : base_class(c, _("Graphics"), false)
 {}
 
 
 {}