From 484741558e93496dab464caa9f724c15e312ea75 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Mon, 2 Dec 2019 16:11:35 +0200 Subject: [PATCH] add comments --- containment/package/contents/ui/applet/AppletItem.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containment/package/contents/ui/applet/AppletItem.qml b/containment/package/contents/ui/applet/AppletItem.qml index a9b7903f7..7b0d2f3d2 100644 --- a/containment/package/contents/ui/applet/AppletItem.qml +++ b/containment/package/contents/ui/applet/AppletItem.qml @@ -117,6 +117,8 @@ Item { return false; } + //! [disabled] because it is probably not needed at all. If in the future there is a report + //! describing a case that this would be useful this disablement choice can be rethought /*if (root.panelAlignment === Latte.Types.Left) { //! Left case return firstChildOfMainLayout;