Code review comment for lp:~mardy/unity-2d/geometry

Revision history for this message
Lohith D Shivamurthy (dyams) wrote :

Would like to suggest the following:

1) Change the name of the following methods:

     • Current name : DashDeclarativeView::fitToAvailableSpace
       New Name : DashDeclarativeView::resizeToFullscreenMode()

     • Current name : DashDeclarativeView::resizeToDesktopModeSize()
       New name : DashDeclarativeView::resizeToDesktopMode()

2) Similar to ScreenInfo, Could we also make 'LauncherClicent' a singleton? It has three instances now.

« Back to merge proposal