diff --git a/editor/plugins/theme_editor_preview.cpp b/editor/plugins/theme_editor_preview.cpp index f4a6c4af2d3..fb8cb57d4d8 100644 --- a/editor/plugins/theme_editor_preview.cpp +++ b/editor/plugins/theme_editor_preview.cpp @@ -321,7 +321,7 @@ DefaultThemeEditorPreview::DefaultThemeEditorPreview() { first_vb->add_child(bt); Button *tb = memnew(Button); tb->set_flat(true); - tb->set_text("Button"); + tb->set_text("Flat Button"); first_vb->add_child(tb); CheckButton *cb = memnew(CheckButton);