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
|
||||
title: "quickshell-media"
|
||||
visible: true
|
||||
width: 300
|
||||
height: 420
|
||||
implicitWidth: 300
|
||||
implicitHeight: 440
|
||||
color: "transparent"
|
||||
|
||||
Shortcut {
|
||||
@@ -2753,6 +2753,10 @@ ShellRoot {
|
||||
anchors.margins: -2
|
||||
radius: 18
|
||||
z: -1
|
||||
opacity: root.active ? 0 : 1
|
||||
Behavior on opacity {
|
||||
NumberAnimation { duration: 150 }
|
||||
}
|
||||
gradient: Gradient {
|
||||
orientation: Gradient.Horizontal
|
||||
GradientStop { position: 0.0; color: colors.blue }
|
||||
|
||||
@@ -109,8 +109,8 @@ ShellRoot {
|
||||
id: root
|
||||
title: "quickshell-media"
|
||||
visible: true
|
||||
width: 300
|
||||
height: 420
|
||||
implicitWidth: 300
|
||||
implicitHeight: 440
|
||||
color: "transparent"
|
||||
|
||||
Shortcut {
|
||||
@@ -124,6 +124,10 @@ ShellRoot {
|
||||
anchors.margins: -2
|
||||
radius: 18
|
||||
z: -1
|
||||
opacity: root.active ? 0 : 1
|
||||
Behavior on opacity {
|
||||
NumberAnimation { duration: 150 }
|
||||
}
|
||||
gradient: Gradient {
|
||||
orientation: Gradient.Horizontal
|
||||
GradientStop { position: 0.0; color: colors.blue }
|
||||
|
||||
Reference in New Issue
Block a user