Commit c2d2eecf authored by Don Gagne's avatar Don Gagne

Fix scrolling

parent 5a90520b
...@@ -96,6 +96,8 @@ Rectangle { ...@@ -96,6 +96,8 @@ Rectangle {
anchors.right: parent.right anchors.right: parent.right
anchors.top: parent.top anchors.top: parent.top
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
contentWidth: graphRow.width
clip: true
Row { Row {
id: graphRow id: graphRow
......
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