[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Fri Aug 6 18:38:59 CEST 2004


CVS commit by arwalker: 

Same as previous.


  M +4 -0      kstplotdialog_i.cpp   1.73


--- kdeextragear-2/kst/kst/kstplotdialog_i.cpp  #1.72:1.73
@@ -418,6 +418,10 @@ void KstPlotDialogI::applyLabels(Kst2DPl
     plot->XTickLabel->setFontName(FontComboBox->currentText());
     plot->XTickLabel->setSize(NumberFontSize->value());
+    plot->XFullTickLabel->setFontName(FontComboBox->currentText());
+    plot->XFullTickLabel->setSize(NumberFontSize->value());
     plot->YTickLabel->setFontName(FontComboBox->currentText());
     plot->YTickLabel->setSize(NumberFontSize->value());
+    plot->YFullTickLabel->setFontName(FontComboBox->currentText());
+    plot->YFullTickLabel->setSize(NumberFontSize->value());
   }
 }





More information about the Kst mailing list