Skip to content

Commit 1892d4d

Browse files
authored
Revert "workaround for 5.15.1 regression (#408)" (#413)
This reverts commit 593a857.
1 parent e1506e6 commit 1892d4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,12 +468,11 @@ Item {
468468
top: parent.top
469469
}
470470
height: calloutHeight
471+
width: calloutWidth
471472
columns: 3
472473
rows: 2
473474
columnSpacing: 7
474475

475-
onWidthChanged: preCalculateWidthAndHeight()
476-
477476
Rectangle {
478477
id: imageRect
479478
width: 40

0 commit comments

Comments
 (0)