Browse Source

Remove commented code.

BDisp 11 months ago
parent
commit
11fc8930bb
1 changed files with 0 additions and 3 deletions
  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;
     }