Commit 9f5013bc authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

[feeds] Wrap feeds text optimally.

parent 2e98810b
...@@ -100,13 +100,13 @@ Item { ...@@ -100,13 +100,13 @@ Item {
text: modelData.summary text: modelData.summary
font.pointSize: 10 font.pointSize: 10
anchors.left: appIcon.right anchors.left: appIcon.right
wrapMode: Text.WordWrap wrapMode: Text.Wrap
} }
Label { Label {
width: rootitem.width - appSummary.width width: rootitem.width - appSummary.width
text: modelData.body text: modelData.body
font.pointSize: 8 font.pointSize: 8
wrapMode: Text.WrapAnywhere wrapMode: Text.Wrap
anchors.left: appSummary.right anchors.left: appSummary.right
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment