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")
 			});