Change the text for the flat button preview to follow pattern
Changed text for flat button preview to follow pattern set by previous two.
This commit is contained in:
parent
f8dbed4d0a
commit
97fd8cbdb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue