Commit 150169ed authored by Don Gagne's avatar Don Gagne

Merge pull request #2792 from DonLakeFlyer/ScrollAltitude

Plane: Fix scrolling on altitude display
parents 2569b591 c2d2eecf
...@@ -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