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 }