SVN commit 547320 by arwalker:
BUG:124985 In the old kst file the padding was set to 5. The padding should always be zero for this object.
M +2 -0 kstviewlegend.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kstviewlegend.cpp #547319:547320
@@ -124,6 +124,8 @@
addCurve(*it);
}
}
+
+ setPadding(0);
}