aboutsummaryrefslogtreecommitdiff
path: root/editor/create_dialog.cpp
diff options
context:
space:
mode:
authorDaniel J. Ramirez2017-09-13 21:31:35 -0500
committerDaniel J. Ramirez2017-09-14 11:21:56 -0500
commit4cc4f5cc5dc8ad272d694efe1d01229289b0b6c0 (patch)
tree57dffc9c266bdf5a423198d7b2325190f3803b3d /editor/create_dialog.cpp
parentd31215e4cdea4bff3a692bda24c2f248fe77c8fb (diff)
downloadgodot-4cc4f5cc5dc8ad272d694efe1d01229289b0b6c0.tar.gz
godot-4cc4f5cc5dc8ad272d694efe1d01229289b0b6c0.tar.zst
godot-4cc4f5cc5dc8ad272d694efe1d01229289b0b6c0.zip
Diffstat (limited to 'editor/create_dialog.cpp')
-rw-r--r--editor/create_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/create_dialog.cpp b/editor/create_dialog.cpp
index 344cb87aa..7b6cfe6c8 100644
--- a/editor/create_dialog.cpp
+++ b/editor/create_dialog.cpp
@@ -625,6 +625,7 @@ CreateDialog::CreateDialog() {
search_box->set_h_size_flags(SIZE_EXPAND_FILL);
search_hb->add_child(search_box);
favorite = memnew(Button);
+ favorite->set_flat(true);
favorite->set_toggle_mode(true);
search_hb->add_child(favorite);
favorite->connect("pressed", this, "_favorite_toggled");