Skip to content
Snippets Groups Projects
Commit f56819fb authored by Don Gagne's avatar Don Gagne
Browse files

Fix editor sizing

parent 1f6172f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment