mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
SetContentSize -> set_ContentSize
This commit is contained in:
@@ -921,7 +921,7 @@ public class DrawTests (ITestOutputHelper _output)
|
||||
Height = Dim.Fill (),
|
||||
ViewportSettings = ViewportSettings.ClipContentOnly
|
||||
};
|
||||
view.SetContentSize (new Size (10, 10));
|
||||
view.ContentSize = new Size (10, 10);
|
||||
view.Border.Thickness = new Thickness (1);
|
||||
view.BeginInit ();
|
||||
view.EndInit ();
|
||||
@@ -953,7 +953,7 @@ public class DrawTests (ITestOutputHelper _output)
|
||||
Width = Dim.Fill (),
|
||||
Height = Dim.Fill (),
|
||||
};
|
||||
view.SetContentSize (new Size (10, 10));
|
||||
view.ContentSize = new Size (10, 10);
|
||||
view.Border.Thickness = new Thickness (1);
|
||||
view.BeginInit ();
|
||||
view.EndInit ();
|
||||
|
||||
Reference in New Issue
Block a user