[sailfish] Fixed cropping in “All articles” feed

Regards #127
This commit is contained in:
Michael Käufl 2014-11-01 19:31:20 +01:00
parent ebe05a0516
commit 71eba9a209

View file

@ -77,7 +77,9 @@ ListItem {
Column {
id: content
width: icon.visible ? (parent.width - icon.width) : parent.width
width: icon.visible ?
(parent.width - icon.width - contentRow.spacing) :
parent.width
Label {
width: parent.width