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
|
||||
anchors.fill: parent
|
||||
source: blurredBackground
|
||||
radius: 32
|
||||
radius: 16
|
||||
transparentBorder: true
|
||||
}
|
||||
|
||||
|
|
@ -86,9 +86,9 @@ ShellRoot {
|
|||
// Glass overlay
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: "transparent"
|
||||
color: Qt.rgba(1,1,1, 0.05)
|
||||
border.width: 1
|
||||
border.color: Qt.rgba(1, 1, 1, 0.2)
|
||||
border.color: Qt.rgba(1, 1, 1, 0.3)
|
||||
radius: 20
|
||||
|
||||
Rectangle {
|
||||
|
|
@ -123,6 +123,7 @@ ShellRoot {
|
|||
id: timeSlider
|
||||
from: 0
|
||||
to: Math.PI * 2
|
||||
value: Math.PI
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: 30
|
||||
|
|
@ -138,6 +139,7 @@ ShellRoot {
|
|||
id: warpSlider
|
||||
from: 0
|
||||
to: 10
|
||||
value: 3
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: 30
|
||||
|
|
@ -153,6 +155,7 @@ ShellRoot {
|
|||
id: speedSlider
|
||||
from: 0
|
||||
to: 1
|
||||
value: 0.2
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: 30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue