]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormGraphics.C
Prohibit resizing of the graphics dialog.
[features.git] / src / frontends / xforms / FormGraphics.C
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)
-       : base_class(c, _("Graphics"))
+       : base_class(c, _("Graphics"), false)
 {}