From f75bf873e1343777e15c990599c7c565a04c3672 Mon Sep 17 00:00:00 2001 From: PonyPC Date: Mon, 17 Jan 2022 00:30:59 +0800 Subject: [PATCH] Fix playground --- Playground/UTile.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Playground/UTile.pas b/Playground/UTile.pas index 7f68a5c..e12f993 100644 --- a/Playground/UTile.pas +++ b/Playground/UTile.pas @@ -106,7 +106,7 @@ constructor TTile.Create(const AOwner: TComponent; const AParent: TTile; FNode := TYogaNode.Create; FNode.Width := AWidth; - FNode.Height := AWidth; + FNode.Height := AHeight; FNode.Direction := TYogaDirection.LTR; if (AParent <> nil) then