mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Remove redundant comment
This commit is contained in:
@@ -35,7 +35,7 @@ namespace UICatalog.Scenarios {
|
||||
X = 2,
|
||||
Width = Dim.Fill () - 2,
|
||||
Height = Dim.Fill () - 1,
|
||||
SplitterDistance = Pos.Percent (50), // TODO: get this to work with drag resizing and percents
|
||||
SplitterDistance = Pos.Percent (50),
|
||||
};
|
||||
nestedSplitContainer = new SplitContainer(){
|
||||
Width = Dim.Fill(),
|
||||
|
||||
Reference in New Issue
Block a user