Explorar o código

Change the text for the flat button preview to follow pattern

Changed text for flat button preview to follow pattern set by previous two.
somecrepe %!s(int64=2) %!d(string=hai) anos
pai
achega
97fd8cbdb3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);