Commit 156318cb authored by Chupligin Sergey's avatar Chupligin Sergey

[ListView] Fix bottom gradient

parent 70fa9709
...@@ -51,7 +51,7 @@ ListView { ...@@ -51,7 +51,7 @@ ListView {
height: 30 height: 30
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
visible: listView.contentHeight >= listView.height visible: listView.contentHeight > listView.height
LinearGradient{ LinearGradient{
anchors.fill: parent anchors.fill: parent
......
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