1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Tweaks to improve the Project Manager display at small sizes

This commit is contained in:
Aaron Franke
2022-05-19 23:57:10 -05:00
parent bdb9edcdd6
commit a53b7f0a9d
5 changed files with 25 additions and 6 deletions

View File

@@ -311,6 +311,7 @@ protected:
public:
void disable_community_support();
void set_columns(int p_columns);
EditorAssetLibrary(bool p_templates_only = false);
};