mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Tons of stuff
This commit is contained in:
@@ -11,7 +11,7 @@ public class PaddingTests (ITestOutputHelper output)
|
||||
((FakeDriver)Application.Driver!).SetBufferSize (5, 5);
|
||||
var view = new View { Height = 3, Width = 3 };
|
||||
view.Padding.Thickness = new (1);
|
||||
view.Padding.Diagnostics = ViewDiagnosticFlags.Padding;
|
||||
view.Padding.Diagnostics = ViewDiagnosticFlags.Thickness;
|
||||
|
||||
view.ColorScheme = new()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user