From 34cddf0f47666ee35d5b561476c0dff2a7650507 Mon Sep 17 00:00:00 2001 From: cutefishd Date: Mon, 5 Apr 2021 04:10:50 +0800 Subject: [PATCH] Modify window radius --- qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/main.qml b/qml/main.qml index 3e733dd..efdf923 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -11,7 +11,7 @@ Item { visible: true property bool isHorizontal: Settings.direction === DockSettings.Bottom - property real windowRadius: isHorizontal ? root.height * 0.24 : root.width * 0.24 + property real windowRadius: isHorizontal ? root.height * 0.3 : root.width * 0.3 DropArea { anchors.fill: parent