Code review comment for lp:~zsombi/ubuntu-ui-toolkit/55-snap-options

Revision history for this message
Zsombor Egri (zsombi) wrote :

> add ListItem.swipeOvershoot, and the style can have a default value for that.

Now, we have a slight problem with getting the value from the style... as the style component is loaded only when someone starts swiping the content... so I can only get the value from the style when the style is loaded. Of course this doesn't make any harm when a user value is set on ListItem, but may cause property changed signalled when the style gets loaded.

« Back to merge proposal