We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1a350 commit 28c42a0Copy full SHA for 28c42a0
1 file changed
Assets/Editor Toolbox/Runtime/Extensions/RectExtensions.cs
@@ -16,7 +16,7 @@ public static Rect AlignLeft(this Rect rect, float newWidth)
16
return rect;
17
}
18
19
- public static Rect AlignButton(this Rect rect, float newHeight)
+ public static Rect AlignBottom(this Rect rect, float newHeight)
20
{
21
rect.yMin = rect.yMax - newHeight;
22
0 commit comments