From 4576cb35de3ec9f169cf5b79fef5bd83d19012f6 Mon Sep 17 00:00:00 2001 From: Ye ShanShan Date: Thu, 25 Apr 2024 10:30:32 +0800 Subject: [PATCH] chore: adjust radius for ToolTips windowRadius doesn't multi devicePixelRatio by WM. --- frame/qml/PanelPopupWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame/qml/PanelPopupWindow.qml b/frame/qml/PanelPopupWindow.qml index 513a52ec8..314795be4 100644 --- a/frame/qml/PanelPopupWindow.qml +++ b/frame/qml/PanelPopupWindow.qml @@ -25,7 +25,7 @@ Window { } flags: Qt.Popup D.DWindow.enabled: true - D.DWindow.windowRadius: DStyle.Style.control.radius + D.DWindow.windowRadius: 4 * Screen.devicePixelRatio D.DWindow.enableBlurWindow: true color: "transparent" D.StyledBehindWindowBlur {