diff options
Diffstat (limited to 'qt-ui/profile/divetextitem.cpp')
-rw-r--r-- | qt-ui/profile/divetextitem.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/profile/divetextitem.cpp b/qt-ui/profile/divetextitem.cpp index 7f9adf181..37f4bfc6c 100644 --- a/qt-ui/profile/divetextitem.cpp +++ b/qt-ui/profile/divetextitem.cpp @@ -29,9 +29,9 @@ void DiveTextItem::paint(QPainter* painter, const QStyleOptionGraphicsItem* opti // // // if (internalAlignFlags & Qt::AlignLeft ) // // painter->translate(); // This is the default, uneeded. -// if(internalAlignFlags & Qt::AlignHCenter) +// if (internalAlignFlags & Qt::AlignHCenter) // painter->translate(-rect.width()/2, 0); -// else if(internalAlignFlags & Qt::AlignRight) +// else if (internalAlignFlags & Qt::AlignRight) // painter->translate(-rect.width(), 0); QGraphicsSimpleTextItem::paint(painter, option, widget); @@ -45,4 +45,4 @@ void DiveTextItem::animatedHide() void DiveTextItem::animateMoveTo(qreal x, qreal y) { Animations::moveTo(this, x, y); -}
\ No newline at end of file +} |