AlignRight

icc-effect-5.14.5
Marco Martin 2013-11-05 12:17:33 +01:00
parent 49367b51e0
commit d6f38863fa
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ void DeclarativeView::slotUpdateGeometry()
if (alignment & Qt::AlignLeft) {
x = m_currentScreenGeometry.x();
} else if (alignment & Qt::AlignLeft) {
} else if (alignment & Qt::AlignRight) {
x = m_currentScreenGeometry.right() - width;
//Center
} else {