1
0
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:
Eugene Yang
2024-02-24 19:19:15 +08:00
parent 9c626b6236
commit c5cab60b90
2 changed files with 18 additions and 8 deletions

View File

@@ -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;