Commit f56819fb authored by Don Gagne's avatar Don Gagne

Fix editor sizing

parent 1f6172f3
......@@ -13,7 +13,7 @@ import QGroundControl.Palette 1.0
// Editor for Simple mission items
Rectangle {
width: availableWidth
height: valuesColumn.height + _margin
height: valuesColumn.height + (_margin * 2)
color: qgcPal.windowShadeDark
radius: _radius
......
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