AlignRight
This commit is contained in:
parent
49367b51e0
commit
d6f38863fa
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue