From 3c45586d96461f53d55cf44de007e35318870531 Mon Sep 17 00:00:00 2001 From: Edwin Leuven Date: Sun, 14 Mar 2010 10:33:02 +0000 Subject: [PATCH] use more flexible default for now... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33739 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 57a1926a0e..25bd686196 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -2110,7 +2110,7 @@ int Tabular::TeXCellPreamble(odocstream & os, idx_type cell, else // we need to set a default value // needs to be discussed - os << "2.0cm"; + os << "*"; os << "}{"; } // end if ismultirow -- 2.39.2