Alchemy icon indicating copy to clipboard operation
Alchemy copied to clipboard

FoldOut in a Group is overflowing.

Open akeit0 opened this issue 1 year ago • 0 comments

スクリーンショット 2024-02-17 174621 To solve this, increase padding or query with Foldout type.

helpBox.schedule.Execute(() =>
{
    foreach (var foldout in  helpBox.Query<Foldout>().Build())
    {
        if(foldout.parent == helpBox || foldout.parent.parent == helpBox)
            foldout.style.left = 12f;
    }
});

スクリーンショット 2024-02-17 180641

akeit0 avatar Feb 17 '24 09:02 akeit0