mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-24 18:17:21 +01:00
Set Prop2D's conver button's style to flat, so it's in the expected style.
This commit is contained in:
parent
396426aa12
commit
56e5874267
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user