-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Can't see Inspector panel to the full extent when AnimatedSprite2D node is selected #79856
Comments
Your screenshot shows two things:
Is the problem that the inspector is too small? You can just realize it by dragging |
It is not visible to the full extent, updated comment
AnimatedSprite2D Node is selected, will be same for all windows, fixed comment |
Your description is not helpful as you don't have the animation tab open, and the inspector isn't invisible/hidden Please explain more clearly what it is you mean |
Now do you mean that the inspector resizes when you select an |
It resizes for different types of nodes, though for this particular it resizes to a size too small to edit fields. |
Can't confirm that on latest, so unsure what happens in your case But does this continue if you manually resize it? |
I am not able to resize it manually. The cursor changes the appearance, but dragging makes no effect. |
Generally speaking, I found no panel I can resize horizontally. |
Then that sounds like either an OS related bug, are you using X11 or Wayland or some other compositor for your interface Could be ubuntu specific but haven't seen any other reports like it, so possibly something going on with your hardware or OS |
Update: relaunching Godot helped with both problems. Also fullscreen button appeared at the top panel of the window itself. Not sure why at the first launch it was different. |
Relaunching to check is a good idea in general Try it some more and if it doesn't occur again this can be closed, probably some input related bug, could have been that the window incorrectly treated some key as pressed, which could inhibit this |
From the screenshot, I guess it's the bottom panel (Output, Debugger, ..., SpriteFrames, and the version number) pushing Inspector off to the right. |
Can confirm that behavior, unsure how to fix that though, could make the tabs be scrolled somehow, but there might be a smallest reasonable size for the editor Edit: the tabs in that use |
I think we should try replacing the box container with flow container. See: |
It won't look clear with a FlowContainer. This is not a toolbar, it's effectively a tab bar. So the overflow should be handled the same way. That said, despite being on a 1440p screen, you're using a very high UI scale, effectively making it a very low resolution. We support low resolutions on the best effort basis. |
Godot version
4.1.1-stable_linux.x86_64
System information
Godot v4.1.1.stable - Ubuntu 22.04.1 LTS 22.04 - Vulkan (Forward+) - integrated Intel(R) UHD Graphics (CML GT2) () - Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (8 Threads)
Issue description
Cannot see the Inspector window to the full extent when
AnimatedSprite2D
node is selected. Not possible to change properties in the Inspector panel due to it.My resolution is 2160x1440 pixels (572x381 millimeters)
Steps to reproduce
Select
AnimationsSprite2D
node on a machine with the same resolution and system.Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: