Modify window radius
This commit is contained in:
parent
043358cd5d
commit
34cddf0f47
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue