[Uml-devel] branches/work/soc-umbrello/umbrello

Gopala Krishna A krishna.ggk at gmail.com
Tue Sep 2 18:34:45 UTC 2008


SVN commit 856378 by gopala:

NoteWidget: Removed margin code.



 M  +1 -2      notewidget.cpp  


--- branches/work/soc-umbrello/umbrello/notewidget.cpp #856377:856378
@@ -250,8 +250,7 @@
 {
     if(change == SizeHasChanged) {
 		TextItemGroup *grp = textItemGroupAt(GroupIndex);
-		const qreal m = margin();
-		grp->setGroupGeometry(rect().adjusted(+m, +m, -m, -m));
+		grp->setGroupGeometry(rect());
 	}
 	else if(change == DocumentationHasChanged) {
 		updateTextItemGroups();




More information about the umbrello-devel mailing list