Merge pull request #11256 from djrm/pr_visual_improvements

Visual improvements and new look for VS
This commit is contained in:
Rémi Verschelde
2017-09-19 23:44:09 +02:00
committed by GitHub
31 changed files with 156 additions and 77 deletions

View File

@ -1299,6 +1299,7 @@ EditorFileDialog::EditorFileDialog() {
pathhb->add_child(refresh);
favorite = memnew(ToolButton);
favorite->set_flat(true);
favorite->set_toggle_mode(true);
favorite->connect("toggled", this, "_favorite_toggled");
pathhb->add_child(favorite);