Fix project manager window size when EDSCALE is not 1.0.
This commit is contained in:
@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user