You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Fix broken layout of asset library page
This commit is contained in:
@@ -62,6 +62,7 @@ class EditorAssetLibraryItem : public PanelContainer {
|
||||
LinkButton *author = nullptr;
|
||||
Label *price = nullptr;
|
||||
|
||||
String title_text;
|
||||
int asset_id = 0;
|
||||
int category_id = 0;
|
||||
int author_id = 0;
|
||||
|
||||
Reference in New Issue
Block a user