2
0
BDisp 1 жил өмнө
parent
commit
11fc8930bb

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