diff --git a/Terminal.Gui/Views/Slider.cs b/Terminal.Gui/Views/Slider.cs index 3d0ea3fb0..ac2ab874f 100644 --- a/Terminal.Gui/Views/Slider.cs +++ b/Terminal.Gui/Views/Slider.cs @@ -381,6 +381,7 @@ public class Slider : View /// For testing, if there is no SuperView, the slider will be sized based on what is /// set to. /// + [ObsoleteAttribute ("Use Dim.Auto instead.", false)] public override bool AutoSize { get => _config._autoSize;