From e8290aeb92959e7878e693252338e009243e68c7 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Wed, 6 May 2020 20:14:47 +0300 Subject: [PATCH] add debug row for applets maxInnerZoomFactor --- containment/package/contents/ui/DebugWindow.qml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/containment/package/contents/ui/DebugWindow.qml b/containment/package/contents/ui/DebugWindow.qml index eaab967f8..fb0aa2c03 100644 --- a/containment/package/contents/ui/DebugWindow.qml +++ b/containment/package/contents/ui/DebugWindow.qml @@ -781,6 +781,22 @@ Window{ text: " ----------- " } + Text{ + text: "Applets Max Inner ZoomFactor" + space + } + + Text{ + text: layoutsContainer.applets.require.maxInnerZoomFactor + } + + Text{ + text: " ----------- " + } + + Text{ + text: " ----------- " + } + Text{ text: "Applets need Windows Tracking"+space }