Skip to content

Commit

Permalink
[ListView] Fix bottom gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Apr 4, 2017
1 parent 70fa970 commit 156318c
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 156318c

Please sign in to comment.