Skip to content

Commit 42ff7f7

Browse files
authored
Fixing height issues. (#525)
1 parent a923a89 commit 42ff7f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uitools/import/Esri/ArcGISRuntime/Toolkit/Callout.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ Pane {
367367
Layout.fillWidth: true
368368
Layout.preferredWidth: autoAdjustWidth ? -1 : root.maxWidth
369369
Layout.maximumWidth: autoAdjustWidth ? root.maxWidth : -1
370+
Layout.preferredHeight: root.implicitContentHeight
370371
visible: calloutContent
371372
}
372373
Image {

0 commit comments

Comments
 (0)