mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
a625b2d27f
commit
5f4027ce80
@ -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
|
||||
|
@ -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)
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user