diff --git a/src/Examples/Component Examples/Examples.EnvApp/Program.fs b/src/Examples/Component Examples/Examples.EnvApp/Program.fs index 752bdcb0..c3e8f624 100644 --- a/src/Examples/Component Examples/Examples.EnvApp/Program.fs +++ b/src/Examples/Component Examples/Examples.EnvApp/Program.fs @@ -202,7 +202,7 @@ type Views = type MainWindow() as this = inherit HostWindow() do - base.Title <- "Drawing App" + base.Title <- "Environment App" base.Width <- 500.0 base.Height <- 500.0 this.Content <- Views.main () diff --git a/src/Examples/Examples.DataGridPlayground/Program.fs b/src/Examples/Examples.DataGridPlayground/Program.fs index 0755538b..d79bf408 100644 --- a/src/Examples/Examples.DataGridPlayground/Program.fs +++ b/src/Examples/Examples.DataGridPlayground/Program.fs @@ -79,7 +79,7 @@ type Views = type MainWindow() as this = inherit HostWindow() do - base.Title <- "Drawing App" + base.Title <- "DataGrid Playground" base.Width <- 500.0 base.Height <- 500.0 this.Content <- Views.main ()