Regenerated

This commit is contained in:
2026-04-11 23:16:49 +02:00
parent 07df76955d
commit 1521569192
3 changed files with 334 additions and 334 deletions
+330 -330
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -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 {