diff --git a/containment/package/contents/ui/DebugWindow.qml b/containment/package/contents/ui/DebugWindow.qml index 30fc5c181..a880d1a00 100644 --- a/containment/package/contents/ui/DebugWindow.qml +++ b/containment/package/contents/ui/DebugWindow.qml @@ -410,7 +410,12 @@ Window{ } Text{ - text: root.autoDecreaseIconSize + text: { + if (automaticItemSizer.isActive) + return "Yes"; + else + return "No"; + } } Text{