Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FoldOut in a Group is overflowing. #30

Open
Akeit0 opened this issue Feb 17, 2024 · 0 comments
Open

FoldOut in a Group is overflowing. #30

Akeit0 opened this issue Feb 17, 2024 · 0 comments

Comments

@Akeit0
Copy link
Contributor

Akeit0 commented Feb 17, 2024

スクリーンショット 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 Akeit0 changed the title FoldOut in a Group will be overflowed. FoldOut in a Group is overflowing. Feb 17, 2024
Level6Rogue added a commit to Level6Rogue/Alchemy that referenced this issue Aug 17, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant