Fix project manager window size when EDSCALE is not 1.0.

This commit is contained in:
Pāvels Nadtočajevs
2025-01-15 12:25:41 +02:00
parent 4ce466d7fa
commit 934668a69a
3 changed files with 12 additions and 11 deletions

View File

@ -70,7 +70,7 @@ class ProjectManager : public Control {
Ref<Theme> theme;
void _update_size_limits();
void _update_size_limits(bool p_custom_res);
void _update_theme(bool p_skip_creation = false);
void _titlebar_resized();
@ -262,7 +262,7 @@ public:
void add_new_tag(const String &p_tag);
ProjectManager();
ProjectManager(bool p_custom_res);
~ProjectManager();
};