diff --git a/modules/dashboard/dash/Weather.qml b/modules/dashboard/dash/Weather.qml index 24c7e00b..cc193856 100644 --- a/modules/dashboard/dash/Weather.qml +++ b/modules/dashboard/dash/Weather.qml @@ -11,10 +11,7 @@ Item { implicitWidth: icon.implicitWidth + info.implicitWidth + info.anchors.leftMargin - onVisibleChanged: { - if (visible) - Weather.reload(); - } + Component.onCompleted: Weather.reload() MaterialIcon { id: icon