From 40d7cf147805879283f2f2ce06d81e0f52db0c80 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 5 Feb 2007 16:38:51 +0000 Subject: [PATCH] This inset does not have to be wide. This property does not fit well inside captions and longtables. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17055 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insetoptarg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/insetoptarg.h b/src/insets/insetoptarg.h index 6e4546c3a2..79c04a87d4 100644 --- a/src/insets/insetoptarg.h +++ b/src/insets/insetoptarg.h @@ -31,6 +31,8 @@ public: InsetBase::Code lyxCode() const { return InsetBase::OPTARG_CODE; } /// return an message upon editing virtual docstring const editMessage() const; + /// + virtual bool wide() const { return false; } /// Standard LaTeX output -- short-circuited int latex(Buffer const &, odocstream &,