Code review comment for lp:~zsombi/ubuntu-ui-toolkit/76-refactoring

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

> 79 + /*
> 80 + Swiped offset.
> 81 + */
> 82 + readonly property real swipedOffset: leading ? width + x :
> ListItem.item.width - x;
>
> would this be panelOffset? Or maybe just offset since we are inside
> ListItemPanel?

The property tells what it is: the offset the swipe happened. I think it is good as is.

« Back to merge proposal