Commit 14e98c86 authored by Don Gagne's avatar Don Gagne

Merge pull request #2895 from DonLakeFlyer/ValueDialog

Values picker dialog: Clip to inner size
parents 3e72ce98 b523ff12
......@@ -160,6 +160,7 @@ QGCFlickable {
anchors.fill: parent
contentHeight: _loader.y + _loader.height
flickableDirection: Flickable.VerticalFlick
clip: true
QGCLabel {
id: _label
......
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