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

Some dialogue window open too small #38726

Closed
Tracked by #37734
FeatherAntennae opened this issue May 13, 2020 · 3 comments · Fixed by #38793
Closed
Tracked by #37734

Some dialogue window open too small #38726

FeatherAntennae opened this issue May 13, 2020 · 3 comments · Fixed by #38793

Comments

@FeatherAntennae
Copy link

Godot version:
v4.0.dev.custom_build.e7c9d8187

OS/device including version:
Windows 10 Pro 1909 (Build 18363.836)

Issue description:
Some dialogue window open too small, sometimes completely collapsing their main content.

Found so far:

  • Browse dialogue when creating a new project:
    godot windows tools 64_CDVmB61Znb
    when resized:
    godot windows tools 64_YC6LClyaFG

  • Orphan Resource Explorer:
    godot windows tools 64_ik3w7YraFv
    when resized:
    godot windows tools 64_B71vd2JskA

Steps to reproduce:

  • Browse dialogue when creating a new project:
    Create a new project -> Browse
  • Orphan Resource Explorer:
    Load any project -> Project Menu -> Tools -> Orphan Resource Explorer
@ThakeeNathees
Copy link
Contributor

DisplayServer issue, tracker to be added: #37734

@Anutrix
Copy link
Contributor

Anutrix commented May 16, 2020

Related to issue 1 of #37401.

@Anutrix
Copy link
Contributor

Anutrix commented May 16, 2020

This is because of the usage of Rect2i at

Rect2i parent_rect;
instead of Rect2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants