mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Renamed Pos.Function->Func to align iwth C# Func type.
Pos API doc fixes and code cleanup.
This commit is contained in:
@@ -403,7 +403,7 @@ public class SetRelativeLayoutTests
|
||||
Width = Auto (DimAutoStyle.Text),
|
||||
Height = Auto (DimAutoStyle.Text)
|
||||
};
|
||||
view.X = Pos.AnchorEnd (0) - Pos.Function (GetViewWidth);
|
||||
view.X = Pos.AnchorEnd (0) - Pos.Func (GetViewWidth);
|
||||
|
||||
int GetViewWidth () { return view.Frame.Width; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user