Fixed UICatalog bugs. Added fluent tests.

This commit is contained in:
Tig
2025-04-02 09:04:02 -06:00
parent 0795dd1fb8
commit ca1160910a
6 changed files with 337 additions and 30 deletions

View File

@@ -4146,7 +4146,7 @@ Nice Work")]
{
TextFormatter tf = new ()
{
Text = UICatalog.UICatalogTopLevel.GetAboutBoxMessage (),
Text = UICatalog.UICatalogTop.GetAboutBoxMessage (),
Alignment = Alignment.Center,
VerticalAlignment = Alignment.Start,
WordWrap = false,