Charlie Kindel 5 роки тому
батько
коміт
2e79a20581
1 змінених файлів з 0 додано та 4 видалено
  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")
 			});