From 290a693097c80378b8c0e01bd851112839e2c10e Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Mon, 8 Jun 2020 20:32:03 -0600 Subject: [PATCH] back out change to generic scenario --- UICatalog/Scenarios/Generic.cs | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/UICatalog/Scenarios/Generic.cs b/UICatalog/Scenarios/Generic.cs index dce4153b4..5502958bf 100644 --- a/UICatalog/Scenarios/Generic.cs +++ b/UICatalog/Scenarios/Generic.cs @@ -12,22 +12,6 @@ namespace UICatalog { Y = Pos.Center (), Clicked = () => MessageBox.Query (20, 7, "Hi", "Neat?", "Yes", "No") }); - - var label = new Label ("Label: ") { - X = 0, - Y = 0 - }; - Win.Add (label); - - var button = new Button ("test") { - X = Pos.Y (label), - Y = Pos.Bottom (label), - }; - button.Width = Dim.Width (label); - label.X = button.X; - - - Win.Add (button); } } } \ No newline at end of file