diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2016-02-06 00:05:34 +0100 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2016-02-06 00:09:28 +0100 |
commit | 7594e963e083d72e36dc372353d1bea6b999e24d (patch) | |
tree | dc9cf435de919e135322d4ffe850aac042d9c5b0 /tools | |
parent | ed5e4fabd04a2fc2598a2ea3120c450436eb8736 (diff) |
Temporary workaround for #78
Diffstat (limited to 'tools')
-rw-r--r-- | tools/editor/settings_config_dialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/editor/settings_config_dialog.cpp b/tools/editor/settings_config_dialog.cpp index ebbc488ff2..86a3ab7001 100644 --- a/tools/editor/settings_config_dialog.cpp +++ b/tools/editor/settings_config_dialog.cpp @@ -321,12 +321,12 @@ EditorSettingsDialog::EditorSettingsDialog() { vbc->add_child(hbc); hbc->add_child( memnew( Label("Plugin List: "))); hbc->add_spacer(); - Button *load = memnew( Button ); - load->set_text("Load.."); + //Button *load = memnew( Button ); + //load->set_text("Load.."); + //hbc->add_child(load); Button *rescan = memnew( Button ); rescan_plugins=rescan; rescan_plugins->connect("pressed",this,"_rescan_plugins"); - hbc->add_child(load); hbc->add_child(rescan); plugins = memnew( Tree ); MarginContainer *mc = memnew( MarginContainer); |