瀏覽代碼

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