Fixes border scenarios types exchanged.

This commit is contained in:
BDisp
2023-02-28 22:07:04 +00:00
parent d16682611a
commit 924a42c719
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ namespace UICatalog.Scenarios {
var boc = new BordersOnContainers (
$"CTRL-Q to Close - Scenario: {GetName ()}",
"FrameView",
new Border.ToplevelContainer ());
new FrameView ());
Application.Run (boc);
Application.Shutdown ();

View File

@@ -12,7 +12,7 @@ namespace UICatalog.Scenarios {
var boc = new BordersOnContainers (
$"CTRL-Q to Close - Scenario: {GetName ()}",
"Toplevel",
new FrameView ());
new Border.ToplevelContainer ());
Application.Run (boc);
Application.Shutdown ();