-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
dialog window title bar are visible in Windows(os) #37377
Comments
We should probably hide the minimize/maximize buttons for modal dialogs like these. This would free up some space for the window title to display. |
IMO, the Window's title bar and the border should be hidden, and we should draw the title and a close icon. |
@ThakeeNathees Indeed, switching to client-side decorations is a long-term plan but it'll take a fair amount of effort. |
Why not let some of these be inside the same window? It's not like new Node Dialog needs to be a new Window.... |
I think that small dialogs should also be not resizable. I've always found "unprofessional" that a dialog with very little content can be resized so it looks weird, as if the UI was unpolished. |
I don't think this should be classified as a bug, and its a bit difficult to infer which dialogs should be resizable and which should not. This is not something that could be done automatically in the AcceptDialog base class, but something that someone has to go and disable in every dialog that they don't think should be resizable. |
The issue KoBeWi mentioned is fixed in 4.2 thanks to #80409. I agree AcceptDialogs and ConfirmationDialogs should generally not be resizable, but we should make sure we fix the issue where editor dialogs occasionally spawn with a size that's too large before making them unresizable. Like this:
|
We can hide the buttons, but still keep the window resizable. Not supported right now, but it's possible. |
Godot version: 307b1b3
OS/device including version: windows10
Issue description:
title bar is visible in dialog windows in Windows(os). also dragging them around makes the window lagging
The text was updated successfully, but these errors were encountered: