diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-05-06 16:45:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 16:45:07 +0200 |
commit | 6e621441ca0e562fb010c86d88e1d3a8a9ed0fd8 (patch) | |
tree | d24b50bac78ecbde39e5eeb00226125f84f12f2a /editor/create_dialog.cpp | |
parent | 7b8a86421174d572bf59cf680b17a7ceb660bc50 (diff) | |
parent | 60b70c77e05ac75f25af110c107cc5d97c35fa89 (diff) |
Merge pull request #45607 from Calinou/improve-editor-theme
Improve the editor theme
Diffstat (limited to 'editor/create_dialog.cpp')
-rw-r--r-- | editor/create_dialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/create_dialog.cpp b/editor/create_dialog.cpp index 711072f4b2..1c0a55e4ec 100644 --- a/editor/create_dialog.cpp +++ b/editor/create_dialog.cpp @@ -708,7 +708,6 @@ CreateDialog::CreateDialog() { search_hb->add_child(search_box); favorite = memnew(Button); - favorite->set_flat(true); favorite->set_toggle_mode(true); favorite->set_tooltip(TTR("(Un)favorite selected item.")); favorite->connect("pressed", callable_mp(this, &CreateDialog::_favorite_toggled)); |