[Kst] extragear/graphics/kst/kst

Rick Chern rchern at interchange.ubc.ca
Tue Jul 19 20:32:51 CEST 2005


SVN commit 436422 by rchern:

Some more defaults

 M  +2 -0      kstmatrixdialog_i.cpp  


--- trunk/extragear/graphics/kst/kst/kstmatrixdialog_i.cpp #436421:436422
@@ -244,6 +244,8 @@
   _minY->setText("1");
   _xStep->setText("1");
   _yStep->setText("1");
+  _nX->setValue(100);
+  _nY->setValue(100);
   _xStart->setValue(KST::matrixDefaults.xStart());
   _yStart->setValue(KST::matrixDefaults.yStart());
   _xNumSteps->setValue(KST::matrixDefaults.xNumSteps());


More information about the Kst mailing list