[Scene] Add SceneStringName::FlatButton
This commit is contained in:
parent
a372214a4a
commit
ba39b078f5
44 changed files with 256 additions and 254 deletions
|
|
@ -249,7 +249,7 @@ ReplicationEditor::ReplicationEditor() {
|
|||
hb->add_child(vs);
|
||||
|
||||
pin = memnew(Button);
|
||||
pin->set_theme_type_variation("FlatButton");
|
||||
pin->set_theme_type_variation(SceneStringName(FlatButton));
|
||||
pin->set_toggle_mode(true);
|
||||
pin->set_tooltip_text(TTR("Pin replication editor"));
|
||||
hb->add_child(pin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue