Skip to content

Commit a416601

Browse files
committed
Fix group vertical spacing
1 parent 7dddefa commit a416601

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Editor/Elements/TriHeaderGroupBaseElement.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ public sealed override void OnGUI(Rect position)
5252
{
5353
xMin = contentBgRect.xMin + InsetLeft,
5454
xMax = contentBgRect.xMax - InsetRight,
55+
yMin = contentBgRect.yMin + InsetTop,
56+
yMax = contentBgRect.yMax - InsetBottom,
5557
height = contentHeight,
5658
};
5759

0 commit comments

Comments
 (0)