forgot to initialize the tabular width length validator

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37487 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2011-02-04 09:58:55 +00:00
parent 93c5d5922a
commit 0a369db7b0

View File

@ -166,6 +166,7 @@ GuiTabular::GuiTabular(QWidget * parent)
addCheckedWidget(topspaceED, topspaceLA);
addCheckedWidget(bottomspaceED, bottomspaceLA);
addCheckedWidget(interlinespaceED, interlinespaceLA);
addCheckedWidget(tabularWidthED, tabularWidthL);
}