We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a923a89 commit 42ff7f7Copy full SHA for 42ff7f7
uitools/import/Esri/ArcGISRuntime/Toolkit/Callout.qml
@@ -367,6 +367,7 @@ Pane {
367
Layout.fillWidth: true
368
Layout.preferredWidth: autoAdjustWidth ? -1 : root.maxWidth
369
Layout.maximumWidth: autoAdjustWidth ? root.maxWidth : -1
370
+ Layout.preferredHeight: root.implicitContentHeight
371
visible: calloutContent
372
}
373
Image {
0 commit comments