Regenerated
This commit is contained in:
+338
-334
File diff suppressed because it is too large
Load Diff
+6
-2
@@ -2738,8 +2738,8 @@ ShellRoot {
|
|||||||
id: root
|
id: root
|
||||||
title: "quickshell-media"
|
title: "quickshell-media"
|
||||||
visible: true
|
visible: true
|
||||||
width: 300
|
implicitWidth: 300
|
||||||
height: 420
|
implicitHeight: 440
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
Shortcut {
|
Shortcut {
|
||||||
@@ -2753,6 +2753,10 @@ ShellRoot {
|
|||||||
anchors.margins: -2
|
anchors.margins: -2
|
||||||
radius: 18
|
radius: 18
|
||||||
z: -1
|
z: -1
|
||||||
|
opacity: root.active ? 0 : 1
|
||||||
|
Behavior on opacity {
|
||||||
|
NumberAnimation { duration: 150 }
|
||||||
|
}
|
||||||
gradient: Gradient {
|
gradient: Gradient {
|
||||||
orientation: Gradient.Horizontal
|
orientation: Gradient.Horizontal
|
||||||
GradientStop { position: 0.0; color: colors.blue }
|
GradientStop { position: 0.0; color: colors.blue }
|
||||||
|
|||||||
@@ -109,8 +109,8 @@ ShellRoot {
|
|||||||
id: root
|
id: root
|
||||||
title: "quickshell-media"
|
title: "quickshell-media"
|
||||||
visible: true
|
visible: true
|
||||||
width: 300
|
implicitWidth: 300
|
||||||
height: 420
|
implicitHeight: 440
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
Shortcut {
|
Shortcut {
|
||||||
@@ -124,6 +124,10 @@ ShellRoot {
|
|||||||
anchors.margins: -2
|
anchors.margins: -2
|
||||||
radius: 18
|
radius: 18
|
||||||
z: -1
|
z: -1
|
||||||
|
opacity: root.active ? 0 : 1
|
||||||
|
Behavior on opacity {
|
||||||
|
NumberAnimation { duration: 150 }
|
||||||
|
}
|
||||||
gradient: Gradient {
|
gradient: Gradient {
|
||||||
orientation: Gradient.Horizontal
|
orientation: Gradient.Horizontal
|
||||||
GradientStop { position: 0.0; color: colors.blue }
|
GradientStop { position: 0.0; color: colors.blue }
|
||||||
|
|||||||
Reference in New Issue
Block a user