]> git.lyx.org Git - features.git/commitdiff
QMathMatrixDialog.cpp: fix part of bug 3475
authorUwe Stöhr <uwestoehr@web.de>
Mon, 7 May 2007 18:30:41 +0000 (18:30 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 7 May 2007 18:30:41 +0000 (18:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18226 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QMathMatrixDialog.cpp

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