mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixes border scenarios types exchanged.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user