[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Tue Dec 20 06:03:02 CET 2005
SVN commit 489908 by staikos:
disable these properties until more of the objects actually support them
M +2 -0 kstborderedviewobject.cpp
--- trunk/extragear/graphics/kst/kst/kstborderedviewobject.cpp #489907:489908
@@ -195,10 +195,12 @@
map.insert(QString("_kst_widgetType"), QString("QSpinBox"));
map.insert(QString("_kst_label"), i18n("Padding"));
map.insert(QString("minValue"), 0);
+ map.insert(QString("enabled"), false);
} else if (propertyName == "margin") {
map.insert(QString("_kst_widgetType"), QString("QSpinBox"));
map.insert(QString("_kst_label"), i18n("Margin"));
map.insert(QString("minValue"), 0);
+ map.insert(QString("enabled"), false);
}
return map;
}
More information about the Kst
mailing list