[Merge] lp:~gerboland/qtubuntu/fix_1351024 into lp:qtubuntu

Gerry Boland gerry.boland at canonical.com
Fri Aug 8 14:15:34 UTC 2014


>     // Use client geometry if set explicitly, use available screen geometry
> otherwise.
>     d->geometry = window()->geometry() != screen->geometry() ?
>         window()->geometry() : screen->availableGeometry();
> 
> 
> I would also move that to inside createWindow(), more specifically to here:
> 
>     } else {
>         printf("UbuntuWindow - regular geometry\n");
>         geometry = d->geometry;
>         geometry.setY(d->panelHeight);
>     }

That kind of refactoring is unnecessary for this bug fix, we can leave it for later.
-- 
https://code.launchpad.net/~gerboland/qtubuntu/fix_1351024/+merge/230094
Your team Ubuntu Phablet Team is subscribed to branch lp:qtubuntu.



More information about the Ubuntu-reviews mailing list