|
@@ -2763,6 +2763,7 @@ void EditorPropertyResource::update_property() {
|
|
|
if (res == RES()) {
|
|
|
assign->set_icon(Ref<Texture>());
|
|
|
assign->set_text(TTR("[empty]"));
|
|
|
+ assign->set_custom_minimum_size(Size2(1, 1));
|
|
|
} else {
|
|
|
|
|
|
assign->set_icon(EditorNode::get_singleton()->get_object_icon(res.operator->(), "Object"));
|