Set Prop2D's conver button's style to flat, so it's in the expected style.

This commit is contained in:
Relintai 2022-04-18 19:32:17 +02:00
parent 396426aa12
commit 56e5874267

View File

@ -99,6 +99,7 @@ Prop2DEditorPlugin::Prop2DEditorPlugin(EditorNode *p_node) {
editor->add_tool_menu_item("(Prop2D) Find room points.", this, "find_room_points");
Button *b = memnew(Button);
b->set_flat(true);
b->connect("pressed", this, "_quick_convert_button_pressed");
b->set_text("To Prop2D");