baloon-tip-* -> balloon-tip-*

fix typo in the item naming until we still can
This commit is contained in:
Marco Martin 2012-12-03 13:26:29 +01:00
parent 51f0718292
commit 4afbe498f8

View File

@ -139,7 +139,7 @@ Item {
id: backgroundSvg
imagePath: fallbackComponent.svgPath
}
elementId: internal.under ? "baloon-tip-top" : "baloon-tip-bottom"
elementId: internal.under ? "balloon-tip-top" : "balloon-tip-bottom"
anchors {
horizontalCenter: parent.horizontalCenter
bottom: parent.top