Modify window radius

This commit is contained in:
cutefishd 2021-04-05 04:10:50 +08:00
parent 043358cd5d
commit 34cddf0f47

View file

@ -11,7 +11,7 @@ Item {
visible: true visible: true
property bool isHorizontal: Settings.direction === DockSettings.Bottom 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 { DropArea {
anchors.fill: parent anchors.fill: parent