diff --git a/object_edit_linked.py b/object_edit_linked.py index e8e9be99c02bf8290d90e0d5e18b25489e8a1f9e..fdef7f777cf5ea816e84ffb3d626310fd7aad21d 100644 --- a/object_edit_linked.py +++ b/object_edit_linked.py @@ -176,8 +176,10 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel): layout.prop(scene, "use_instance") def draw(self, context: bpy.context): - layout = self.layout scene = context.scene + layout = self.layout + layout.use_property_split = True + layout.use_property_decorate = False icon = "OUTLINER_DATA_" + context.active_object.type target = None