Fix group vertical spacing

This commit is contained in:
VladV 2023-03-22 10:35:46 +04:00
parent 7dddefa4b8
commit a416601510

View File

@ -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,
};