[Uml-devel] branches/work/soc-umbrello/umbrello/widgets
Gopala Krishna A
krishna.ggk at gmail.com
Sun Aug 16 07:01:54 UTC 2009
SVN commit 1011864 by gopala:
ActorWidget's text should not have margin.
M +3 -0 actorwidget.cpp
--- branches/work/soc-umbrello/umbrello/widgets/actorwidget.cpp #1011863:1011864
@@ -30,6 +30,8 @@
{
m_baseType = Uml::wt_Actor;
createTextItemGroup();
+ textItemGroupAt(0)->setMargin(0);
+ setMargin(0);
}
/// Destructor
@@ -144,4 +146,5 @@
grp->setTextItemCount(1);
const int nameIndex = 0;
grp->textItemAt(nameIndex)->setText(name());
+ UMLWidget::updateTextItemGroups();
}
More information about the umbrello-devel
mailing list