From 491229b446a1ccec9b2ba28052d3c8a251a39e9f Mon Sep 17 00:00:00 2001 From: Tig Date: Thu, 4 Dec 2025 17:07:46 -0700 Subject: [PATCH] Update Examples/UICatalog/Scenarios/Transparent.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Examples/UICatalog/Scenarios/Transparent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UICatalog/Scenarios/Transparent.cs b/Examples/UICatalog/Scenarios/Transparent.cs index 833bcc558..22dc866be 100644 --- a/Examples/UICatalog/Scenarios/Transparent.cs +++ b/Examples/UICatalog/Scenarios/Transparent.cs @@ -90,7 +90,7 @@ public sealed class Transparent : Scenario var transparentSubView = new View () { - Text = "Sizable/Movable SunView with border and shadow.", + Text = "Sizable/Movable SubView with border and shadow.", Id = "transparentSubView", X = Pos.Center (), Y = Pos.Center (),