소스 검색

fixed merge conflict

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