Skip to content

Commit

Permalink
Merge pull request #79734 from somecrepe/master
Browse files Browse the repository at this point in the history
Change the text for the flat button preview to follow pattern
  • Loading branch information
YuriSizov committed Jul 25, 2023
2 parents d60f42a + 97fd8cb commit 4d4e514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/plugins/theme_editor_preview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4d4e514

Please sign in to comment.