diff --git a/Modules/MainScreen/SmartPanel.qml b/Modules/MainScreen/SmartPanel.qml index 547654ed..1d06371f 100644 --- a/Modules/MainScreen/SmartPanel.qml +++ b/Modules/MainScreen/SmartPanel.qml @@ -528,6 +528,7 @@ Item { Logger.d("SmartPanel", "Position calculated:", calculatedX, calculatedY) Logger.d("SmartPanel", " Panel size:", panelWidth, "x", panelHeight) + Logger.d("SmartPanel", " Parent size:", root.width, "x", root.height) } // Watch for changes in content-driven sizes and update position