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
|
||||
width: 220
|
||||
height: contentLayout.implicitHeight + 32
|
||||
color: colors.teal
|
||||
color: "transparent"
|
||||
|
||||
Shortcut {
|
||||
sequence: "Escape"
|
||||
@@ -2743,7 +2743,7 @@ ShellRoot {
|
||||
Layout.fillWidth: true
|
||||
height: 38
|
||||
radius: 8
|
||||
color: hovered ? colors.surface1 : "transparent"
|
||||
color: hovered ? colors.surface1 : colors.surface0
|
||||
property bool hovered: false
|
||||
|
||||
Rectangle {
|
||||
|
||||
@@ -30,7 +30,7 @@ ShellRoot {
|
||||
visible: true
|
||||
width: 220
|
||||
height: contentLayout.implicitHeight + 32
|
||||
color: colors.teal
|
||||
color: "transparent"
|
||||
|
||||
Shortcut {
|
||||
sequence: "Escape"
|
||||
@@ -88,7 +88,7 @@ ShellRoot {
|
||||
Layout.fillWidth: true
|
||||
height: 38
|
||||
radius: 8
|
||||
color: hovered ? colors.surface1 : "transparent"
|
||||
color: hovered ? colors.surface1 : colors.surface0
|
||||
property bool hovered: false
|
||||
|
||||
Rectangle {
|
||||
|
||||
Reference in New Issue
Block a user