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

Revision history for this message
Aurélien Gâteau (agateau) 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.

« Back to merge proposal