Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add standard vertical spacing to some drawers. #284

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 14, 2022

  1. Add standard vertical spacing to some drawers.

    A few drawers needed a little breathing room from the controls that followed them, in particular InfoBox and the help box drawn from `DrawDefaultPropertyAndHelpBox`. Added EditorGUIUtility.standardVerticalSpacing to the heights for those instances. As well, used EditorGUIUtility.standardVerticalSpacing for the height of controls inside a reorderable list, instead of the hardcoded value 4.
    nitz committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e229506 View commit details
    Browse the repository at this point in the history