Skip to content

Commit

Permalink
Merge pull request #38 from neochapay/master
Browse files Browse the repository at this point in the history
[ListView] Fix bottom gradient
  • Loading branch information
locusf authored Apr 5, 2017
2 parents ccd238e + 156318c commit 921bbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/ListView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ListView {
height: 30
anchors.bottom: parent.bottom

visible: listView.contentHeight >= listView.height
visible: listView.contentHeight > listView.height

LinearGradient{
anchors.fill: parent
Expand Down

0 comments on commit 921bbd9

Please sign in to comment.