[Merge] lp:~unity-team/qtubuntu/DPR into lp:qtubuntu

Daniel d'Andrada daniel.dandrada at canonical.com
Thu Dec 17 13:52:39 UTC 2015


Why did you remove that chunk from UbuntuSurface constructor in src/ubuntumirclient/window.cpp? In any case that removal is unrelated to DPR work.

"""
        auto geom = mWindow->geometry();
        geom.setWidth(parameters.width);
        geom.setHeight(parameters.height);
        if (mWindowState == Qt::WindowFullScreen) {
            geom.setY(0);
        } else {
            geom.setY(panelHeight());
        }
"""
-- 
https://code.launchpad.net/~unity-team/qtubuntu/DPR/+merge/280820
Your team Ubuntu Phablet Team is subscribed to branch lp:qtubuntu.



More information about the Ubuntu-reviews mailing list