diff --git a/Modules/MainScreen/SmartPanel.qml b/Modules/MainScreen/SmartPanel.qml index b2be2539..e4bda7a2 100644 --- a/Modules/MainScreen/SmartPanel.qml +++ b/Modules/MainScreen/SmartPanel.qml @@ -106,6 +106,16 @@ Item { signal opened signal closed + Connections { + target: Style + + function onUiScaleRatioChanged() { + if (root.isPanelOpen && root.isPanelVisible) { + root.setPosition() + } + } + } + // Panel visibility and sizing visible: isPanelVisible width: parent ? parent.width : 0