[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Tue Sep 13 17:20:17 CEST 2005
SVN commit 460357 by staikos:
a note for later
M +1 -0 ksteditviewobjectdialog_i.cpp
--- trunk/extragear/graphics/kst/kst/ksteditviewobjectdialog_i.cpp #460356:460357
@@ -161,6 +161,7 @@
// need this so that setValue later works
input->setMinValue(_viewObject->property(property->name()).toDouble());
input->setMaxValue(_viewObject->property(property->name()).toDouble());
+ // FIXME: pass this in via meta data input->setLineStep(1.0);
propertyWidget = input;
propertyWidget->setProperty("value", _viewObject->property(property->name()));
} else if (widgetType == "KFontCombo") {
More information about the Kst
mailing list