mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
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:
parent
a91ace6761
commit
8d8b55cf92
@ -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()),
|
||||
|
Loading…
Reference in New Issue
Block a user