~aacid/unity-2d/missaligned_progress

« back to all changes in this revision

Viewing changes to libunity-2d-private/src/unity2ddeclarativeview.cpp

[HUD] Fix HUD not being expanded to the left if used on a screen without launcher. Fixes: https://bugs.launchpad.net/bugs/979927. Approved by .

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    resizeToRootObject();
109
109
    m_scene.addItem(m_rootItem);
110
110
    m_source = source;
 
111
 
 
112
    Q_EMIT rootObjectChanged();
111
113
}
112
114
 
113
115
void Unity2DDeclarativeView::resizeToRootObject()