mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Removed ContentSize setter, replaced with SetContentSize
This commit is contained in:
@@ -470,7 +470,7 @@ public class FindDeepestViewTests ()
|
||||
subview.Padding.Thickness = new (1);
|
||||
|
||||
// Scroll the subview
|
||||
subview.ContentSize = new Size (10, 10);
|
||||
subview.SetContentSize (new (10, 10));
|
||||
subview.Viewport = subview.Viewport with { Location = new (1, 1) };
|
||||
|
||||
// This subview will be at the bottom-right-corner of subview
|
||||
|
||||
Reference in New Issue
Block a user