Browse Source

Merge pull request #79734 from somecrepe/master

Change the text for the flat button preview to follow pattern
Yuri Sizov 2 năm trước cách đây
mục cha
commit
4d4e5145b3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      editor/plugins/theme_editor_preview.cpp

+ 1 - 1
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);