mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 00:08:51 -05:00
Fix group vertical spacing
This commit is contained in:
parent
7dddefa4b8
commit
a416601510
@ -52,6 +52,8 @@ namespace TriInspector.Elements
|
||||
{
|
||||
xMin = contentBgRect.xMin + InsetLeft,
|
||||
xMax = contentBgRect.xMax - InsetRight,
|
||||
yMin = contentBgRect.yMin + InsetTop,
|
||||
yMax = contentBgRect.yMax - InsetBottom,
|
||||
height = contentHeight,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user