Browse Source

fixed merge conflict

Charlie Kindel 5 years ago
parent
commit
2e79a20581
1 changed files with 0 additions and 4 deletions
  1. 0 4
      UICatalog/Scenarios/Scrolling.cs

+ 0 - 4
UICatalog/Scenarios/Scrolling.cs

@@ -135,11 +135,7 @@ namespace UICatalog {
 			scrollView.Add (new Button ("A very long button. Should be wide enough to demo clipping!") {
 				X = 3,
 				Y = 4,
-<<<<<<< Updated upstream
-				Width = 50,
-=======
 				Width = Dim.Fill (6),
->>>>>>> Stashed changes
 				Clicked = () => MessageBox.Query (20, 7, "MessageBox", "Neat?", "Yes", "No")
 			});