Commit 921bbd90 authored by Aleksi Suomalainen's avatar Aleksi Suomalainen Committed by GitHub

Merge pull request #38 from neochapay/master

[ListView] Fix bottom gradient
parents ccd238e5 156318cb
...@@ -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