Regenerated
This commit is contained in:
+330
-330
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -2685,7 +2685,7 @@ ShellRoot {
|
|||||||
visible: true
|
visible: true
|
||||||
width: 220
|
width: 220
|
||||||
height: contentLayout.implicitHeight + 32
|
height: contentLayout.implicitHeight + 32
|
||||||
color: colors.teal
|
color: "transparent"
|
||||||
|
|
||||||
Shortcut {
|
Shortcut {
|
||||||
sequence: "Escape"
|
sequence: "Escape"
|
||||||
@@ -2743,7 +2743,7 @@ ShellRoot {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
height: 38
|
height: 38
|
||||||
radius: 8
|
radius: 8
|
||||||
color: hovered ? colors.surface1 : "transparent"
|
color: hovered ? colors.surface1 : colors.surface0
|
||||||
property bool hovered: false
|
property bool hovered: false
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ ShellRoot {
|
|||||||
visible: true
|
visible: true
|
||||||
width: 220
|
width: 220
|
||||||
height: contentLayout.implicitHeight + 32
|
height: contentLayout.implicitHeight + 32
|
||||||
color: colors.teal
|
color: "transparent"
|
||||||
|
|
||||||
Shortcut {
|
Shortcut {
|
||||||
sequence: "Escape"
|
sequence: "Escape"
|
||||||
@@ -88,7 +88,7 @@ ShellRoot {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
height: 38
|
height: 38
|
||||||
radius: 8
|
radius: 8
|
||||||
color: hovered ? colors.surface1 : "transparent"
|
color: hovered ? colors.surface1 : colors.surface0
|
||||||
property bool hovered: false
|
property bool hovered: false
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|||||||
Reference in New Issue
Block a user