mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
WIP new multi tile system compiling
This commit is contained in:
@@ -541,7 +541,7 @@ namespace UnitTests {
|
||||
private SplitView GetNestedContainer2Left1Right(bool withBorder)
|
||||
{
|
||||
var container = GetSplitView (20, 10,withBorder);
|
||||
Assert.True (container.TrySplitView1 (out var newContainer));
|
||||
Assert.True (container.TrySplitView (0, out var newContainer));
|
||||
|
||||
newContainer.Orientation = Terminal.Gui.Graphs.Orientation.Horizontal;
|
||||
newContainer.ColorScheme = new ColorScheme ();
|
||||
|
||||
Reference in New Issue
Block a user