[Kst] extragear/graphics/kst/src/widgets

Andrew Walker arwalker at sumusltd.com
Thu Mar 23 02:24:02 CET 2006


SVN commit 521637 by arwalker:

CCBUG:120325 Set default line weight in curve appearance widget. Still need to set in data wizard and possibly other places where curves can be created without going through the UI.

 M  +1 -1      curveappearancewidget.ui.h  


--- trunk/extragear/graphics/kst/src/widgets/curveappearancewidget.ui.h #521636:521637
@@ -139,7 +139,7 @@
     _showBars->setChecked(false);
     _barStyle->setCurrentItem(1);
     _color->setColor(newColor);
-    _spinBoxLineWidth->setValue(0);
+    _spinBoxLineWidth->setValue(KstSettings::globalSettings()->defaultLineWeight);
     _comboPointDensity->setCurrentItem(0);
     fillLineStyleCombo();
     fillCombo();


More information about the Kst mailing list