From 4afbe498f8b48c6be1df48db526ead3ebd7c3e14 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 3 Dec 2012 13:26:29 +0100 Subject: [PATCH] baloon-tip-* -> balloon-tip-* fix typo in the item naming until we still can --- .../plasmacomponents/qml/private/InlineDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeimports/plasmacomponents/qml/private/InlineDialog.qml b/declarativeimports/plasmacomponents/qml/private/InlineDialog.qml index 2da68f59d..2b7b83233 100644 --- a/declarativeimports/plasmacomponents/qml/private/InlineDialog.qml +++ b/declarativeimports/plasmacomponents/qml/private/InlineDialog.qml @@ -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