Display a message if no results are found in the asset library

This closes https://github.com/godotengine/godot-proposals/issues/184.
This commit is contained in:
Hugo Locurcio 2019-10-26 01:07:02 +02:00
parent 5cdecb8227
commit 41c89880f8
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
2 changed files with 15 additions and 1 deletions

View file

@ -184,6 +184,7 @@ class EditorAssetLibrary : public PanelContainer {
ScrollContainer *library_scroll;
VBoxContainer *library_vb;
Label *library_loading;
Label *library_error;
LineEdit *filter;
OptionButton *categories;
OptionButton *repository;