Skip to content

Commit 28c42a0

Browse files
committed
Minor refactor changes
1 parent 7d1a350 commit 28c42a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Editor Toolbox/Runtime/Extensions/RectExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static Rect AlignLeft(this Rect rect, float newWidth)
1616
return rect;
1717
}
1818

19-
public static Rect AlignButton(this Rect rect, float newHeight)
19+
public static Rect AlignBottom(this Rect rect, float newHeight)
2020
{
2121
rect.yMin = rect.yMax - newHeight;
2222
return rect;

0 commit comments

Comments
 (0)