Add the depth text.

Depth text got added to the new profile.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-01-21 13:27:08 -02:00 committed by Dirk Hohndel
parent caba6500d6
commit 0a4e21a168
6 changed files with 48 additions and 2 deletions

View file

@ -359,7 +359,7 @@ void ProfileWidget2::plotDives(QList<dive*> dives)
scene()->addItem(gasPressureItem);
diveComputerText->setText(currentdc->model);
diveComputerText->setPos(1 , sceneRect().height());
diveComputerText->animateMoveTo(1 , sceneRect().height());
emit startProfileState();
}