Code review comment for lp:~artmello/webbrowser-app/webbrowser-app-bookmarks_top_sites

Revision history for this message
Arthur Mello (artmello) wrote :

> 36 + width: parent.width
>
> this property shouldn’t be defined here in the component, but rather at the
> place in the code where it is instantiated, i.e.:
>
> BookmarksList {
> width: parent.width
> }

Fixed on revision 586

« Back to merge proposal