You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
[DisplayServer] Add method to estimate window title bar size.
This commit is contained in:
@@ -405,6 +405,7 @@ AcceptDialog::AcceptDialog() {
|
||||
set_transient(true);
|
||||
set_exclusive(true);
|
||||
set_clamp_to_embedder(true);
|
||||
set_keep_title_visible(true);
|
||||
|
||||
bg_panel = memnew(Panel);
|
||||
add_child(bg_panel, false, INTERNAL_MODE_FRONT);
|
||||
|
||||
Reference in New Issue
Block a user