mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
93c5d5922a
commit
0a369db7b0
@ -166,6 +166,7 @@ GuiTabular::GuiTabular(QWidget * parent)
|
||||
addCheckedWidget(topspaceED, topspaceLA);
|
||||
addCheckedWidget(bottomspaceED, bottomspaceLA);
|
||||
addCheckedWidget(interlinespaceED, interlinespaceLA);
|
||||
addCheckedWidget(tabularWidthED, tabularWidthL);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user