Code review comment for lp://qastaging/~agateau/unity-2d/desktop-dash

Revision history for this message
Florian Boucault (fboucault) wrote :

> > places/Home.qml
> >
> > - opacity: globalSearchActive ? 0 : 1
> > + opacity: globalSearchActive || dashView.dashState ==
> > DashDeclarativeView.CollapsedDesktopDash ? 0 : 1
> >
> > This change does not look necessary.
>
> It is necessary, otherwise the home buttons appears behind the search widget
> in Collapsed mode.

My bad.

« Back to merge proposal