less blur
This commit is contained in:
parent
751b6a25aa
commit
78964344d2
1 changed files with 7 additions and 4 deletions
|
|
@ -62,7 +62,7 @@ ShellRoot {
|
||||||
id: backgroundBlur
|
id: backgroundBlur
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
source: blurredBackground
|
source: blurredBackground
|
||||||
radius: 32
|
radius: 16
|
||||||
transparentBorder: true
|
transparentBorder: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -86,9 +86,9 @@ ShellRoot {
|
||||||
// Glass overlay
|
// Glass overlay
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: "transparent"
|
color: Qt.rgba(1,1,1, 0.05)
|
||||||
border.width: 1
|
border.width: 1
|
||||||
border.color: Qt.rgba(1, 1, 1, 0.2)
|
border.color: Qt.rgba(1, 1, 1, 0.3)
|
||||||
radius: 20
|
radius: 20
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|
@ -123,6 +123,7 @@ ShellRoot {
|
||||||
id: timeSlider
|
id: timeSlider
|
||||||
from: 0
|
from: 0
|
||||||
to: Math.PI * 2
|
to: Math.PI * 2
|
||||||
|
value: Math.PI
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: 30
|
Layout.preferredHeight: 30
|
||||||
|
|
@ -138,6 +139,7 @@ ShellRoot {
|
||||||
id: warpSlider
|
id: warpSlider
|
||||||
from: 0
|
from: 0
|
||||||
to: 10
|
to: 10
|
||||||
|
value: 3
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: 30
|
Layout.preferredHeight: 30
|
||||||
|
|
@ -153,6 +155,7 @@ ShellRoot {
|
||||||
id: speedSlider
|
id: speedSlider
|
||||||
from: 0
|
from: 0
|
||||||
to: 1
|
to: 1
|
||||||
|
value: 0.2
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: 30
|
Layout.preferredHeight: 30
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue