Add global rounded corners

This commit is contained in:
2026-06-03 19:59:23 -07:00
parent 1c97d6166d
commit f4da4d479e
4 changed files with 99 additions and 2 deletions

View File

@@ -30,4 +30,5 @@ ShellRoot {
implicitWidth: 800
HoverHandler {onHoveredChanged: {if (hovered) bar.open() }}
}
Shell.Corners { }
}