[Merge] lp:~artmello/gallery-app/gallery-app-fix_1569844 into lp:gallery-app
Renato Araujo Oliveira Filho
renato.filho at canonical.com
Tue Apr 26 21:20:38 UTC 2016
Use real for the height property.
Diff comments:
> === modified file 'rc/qml/OrganicView/OrganicMediaList.qml'
> --- rc/qml/OrganicView/OrganicMediaList.qml 2016-02-25 18:01:15 +0000
> +++ rc/qml/OrganicView/OrganicMediaList.qml 2016-04-26 17:17:51 +0000
> @@ -41,6 +41,8 @@
> property var event
> ///
> property alias mediaModel: eventView.model
> + readonly property int organicMediaListHeight: __bigSize + __smallSize + __photosTopMargin + __margin + __margin/2
you should use "real" instead of int here.
> + readonly property alias mediaModelCount: mediaModel.count
> ///
> property SelectionState selection
>
--
https://code.launchpad.net/~artmello/gallery-app/gallery-app-fix_1569844/+merge/292506
Your team Ubuntu Phablet Team is subscribed to branch lp:gallery-app.
More information about the Ubuntu-reviews
mailing list