diff -r 7a96bd401351 -r 325958acb69b headingobj.cpp --- a/headingobj.cpp Sun Jan 30 12:58:47 2005 +0000 +++ b/headingobj.cpp Mon Oct 10 11:20:25 2005 +0000 @@ -95,6 +95,7 @@ t->setColor (color); t->setZ(Z_TEXT); t->setText(s); + t->setTextFlags(Qt::AlignLeft); t->show(); return t; }