Fix VoxelGI info label being cut off

This commit is contained in:
Anutrix 2021-10-26 19:52:56 +05:30
parent d020c6851a
commit 08bc5f0aa6

View file

@ -149,7 +149,6 @@ VoxelGIEditorPlugin::VoxelGIEditorPlugin(EditorNode *p_node) {
bake_hb->add_child(bake);
bake_info = memnew(Label);
bake_info->set_h_size_flags(Control::SIZE_EXPAND_FILL);
bake_info->set_clip_text(true);
bake_hb->add_child(bake_info);
add_control_to_container(CONTAINER_SPATIAL_EDITOR_MENU, bake_hb);