1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Remove redundant buttons

Now the Load button is alone on its line,
we probably need to find it a better place.
This commit is contained in:
Rémi Verschelde
2016-03-13 14:57:01 +01:00
parent 533b9b7342
commit d36333b648
2 changed files with 3 additions and 79 deletions

View File

@@ -48,10 +48,7 @@ class SampleLibraryEditor : public Panel {
SamplePlayer *player;
Ref<SampleLibrary> sample_library;
Button *stop;
Button *play;
Button *load;
Button *_delete;
Tree *tree;
bool is_playing;
Object *last_sample_playing;
@@ -61,12 +58,9 @@ class SampleLibraryEditor : public Panel {
ConfirmationDialog *dialog;
void _play_pressed();
void _stop_pressed();
void _load_pressed();
void _file_load_request(const DVector<String>& p_path);
void _delete_pressed();
void _delete_confirm_pressed();
void _update_library();
void _item_edited();