QMathMatrixDialog.cpp: fix part of bug 3475

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18226 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-05-07 18:30:41 +00:00
parent a91ace6761
commit 8d8b55cf92

View File

@ -61,8 +61,8 @@ QMathMatrixDialog::QMathMatrixDialog(QMathMatrix * form)
setWindowTitle(qt_("LyX: Insert Matrix")); setWindowTitle(qt_("LyX: Insert Matrix"));
table->setMinimumSize(100, 100); table->setMinimumSize(100, 100);
rowsSB->setValue(2); rowsSB->setValue(5);
columnsSB->setValue(2); columnsSB->setValue(5);
valignCO->setCurrentIndex(1); valignCO->setCurrentIndex(1);
connect(okPB, SIGNAL(clicked()), connect(okPB, SIGNAL(clicked()),