summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editor/plugins/theme_editor_preview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/theme_editor_preview.cpp b/editor/plugins/theme_editor_preview.cpp
index f4a6c4af2d..fb8cb57d4d 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);