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

Revision history for this message
Tim Peeters (tpeeters) wrote :

79 + /*
80 + Swiped offset.
81 + */
82 + readonly property real swipedOffset: leading ? width + x : ListItem.item.width - x;
83 +
84 + /*
85 + Swiping
86 + */
87 + readonly property bool swiping: ListItem.item.highlighted && ListItem.item.contentMoving

The comments here don't add any information so can be removed.

« Back to merge proposal