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

Inspector Pane Does Not Resize #77434

Closed
n3rdw1z4rd opened this issue May 24, 2023 · 1 comment
Closed

Inspector Pane Does Not Resize #77434

n3rdw1z4rd opened this issue May 24, 2023 · 1 comment

Comments

@n3rdw1z4rd
Copy link
Contributor

Godot version

4.0.3.stable

System information

macOS 13.3.1 (a), M2 Pro

Issue description

I noticed today using Godot 4.0.2.stable that when an AnimatedSprite2D is selected in the Node Tree pane, and SpriteFrames is active in the bottom pane (not sure what it is called, but I am using the default layout), I could not resize the Inspector pane. In addition, the Node Tree pane only resizes to a limit.

I upgraded Godot this morning to 4.0.3.stable and the issue still persists.

I am aware that this may be by design due to the SpriteFrames pane needing horizontal real-estate, but I am posting this bug just in case it is not.

Steps to reproduce

Create a Scene as per the screenshot below:
Screenshot 2023-05-24 at 8 06 01 AM

With the AnimatedSprite2D selected in the Node Tree, and SpriteFrames selected in the lower pane, resizing the Inspector pane, using the vertical pane divider, does not change the width of the Inspector pane.

Minimal reproduction project

MinimalBugProject.zip

@Calinou
Copy link
Member

Calinou commented May 24, 2023

This is because the SpriteFrames editor imposes a minimum width which is very wide, and therefore prevents you from resizing the inspector (due to your effective screen real estate being low).

@Calinou Calinou closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants