We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f7ed3 commit 51661dbCopy full SHA for 51661db
1 file changed
src/internal/TextBubble.qml
@@ -85,6 +85,15 @@ TextBubbleShape {
85
function onScaleChanged() { positionBubble() }
86
}
87
88
+ Connections {
89
+ property Scale transform: Scale {}
90
+ target: transform
91
+
92
+ function onXScaleChanged() { positionBubble() }
93
94
+ Component.onCompleted: transform = root.target.transform[0]
95
+ }
96
97
Text {
98
id: bubbleText
99
anchors.left: parent.left
0 commit comments