UI: Expand enum in collection info node

This commit is contained in:
Hans Goudey 2021-02-18 17:56:47 -06:00
parent a7c1aa245f
commit 4604350eef
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ static bNodeSocketTemplate geo_node_collection_info_out[] = {
static void geo_node_collection_info_layout(uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
{
uiItemR(layout, ptr, "transform_space", 0, nullptr, ICON_NONE);
uiItemR(layout, ptr, "transform_space", UI_ITEM_R_EXPAND, nullptr, ICON_NONE);
}
namespace blender::nodes {