소스 검색

Remove commented code.

BDisp 1 년 전
부모
커밋
11fc8930bb
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      Terminal.Gui/Views/Scroll/ScrollButton.cs

+ 0 - 3
Terminal.Gui/Views/Scroll/ScrollButton.cs

@@ -10,9 +10,6 @@ internal class ScrollButton : View
         VerticalTextAlignment = Alignment.Center;
         Id = "scrollButton";
         NavigationDirection = NavigationDirection.Backward;
-
-        //Width = Dim.Auto (DimAutoStyle.Content, 1);
-        //Height = Dim.Auto (DimAutoStyle.Content, 1);
         WantContinuousButtonPressed = true;
     }